mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Turn off default for testing new grouped notifications
This commit is contained in:
parent
bc918ffdfc
commit
6e10bca2fe
@ -30,7 +30,7 @@ extension UserDefaults {
|
||||
|
||||
@objc public dynamic var useGroupedNotifications: Bool {
|
||||
get {
|
||||
register(defaults: [#function: true])
|
||||
register(defaults: [#function: false])
|
||||
return bool(forKey: #function) && UserDefaults.isDebugOrTestflightOrSimulator
|
||||
}
|
||||
set { self[#function] = newValue }
|
||||
|
Loading…
x
Reference in New Issue
Block a user