Skip to content

Commit

Permalink
Turn off default for testing new grouped notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
whattherestimefor committed Jan 24, 2025
1 parent bc918ff commit 6e10bca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 6e10bca

Please sign in to comment.