feat: decline and block screen

fix

improvement

fix conflict

fix tests

tests
This commit is contained in:
Mauro Romito
2025-04-03 17:36:34 +02:00
committed by Mauro
parent 58a3d0a7f3
commit f35decc556
32 changed files with 597 additions and 13 deletions

View File

@@ -57,6 +57,7 @@ final class AppSettings {
case enableOnlySignedDeviceIsolationMode
case knockingEnabled
case reportRoomEnabled
case reportInviteEnabled
}
private static var suiteName: String = InfoPlistReader.main.appGroupIdentifier
@@ -333,6 +334,9 @@ final class AppSettings {
@UserPreference(key: UserDefaultsKeys.reportRoomEnabled, defaultValue: false, storageType: .userDefaults(store)) var reportRoomEnabled
@UserPreference(key: UserDefaultsKeys.reportInviteEnabled, defaultValue: false, storageType: .userDefaults(store))
var reportInviteEnabled
#endif
// MARK: - Shared