mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Typo.
This commit is contained in:
@@ -2791,7 +2791,7 @@ TableViewSectionsDelegate>
|
||||
|
||||
- (void)togglePushNotifications:(id)sender
|
||||
{
|
||||
// Get the user's notification settings to check check authorization status.
|
||||
// Get the user's notification settings to check their authorization status.
|
||||
[[UNUserNotificationCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:^(UNNotificationSettings * _Nonnull settings) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self togglePushNotifications:sender withNotificationSettings:settings];
|
||||
|
||||
Reference in New Issue
Block a user