mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix compile error.
This commit is contained in:
@@ -2812,7 +2812,7 @@ TableViewSectionsDelegate>
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)togglePushNotifications:(id)sender withNotificationSettings:(UNNotificationSettings * _Nonnull)settings
|
||||
- (void)togglePushNotifications:(UISwitch *)sender withNotificationSettings:(UNNotificationSettings * _Nonnull)settings
|
||||
{
|
||||
// Check first whether the user allow notification from device settings
|
||||
if (settings.authorizationStatus == UNAuthorizationStatusDenied)
|
||||
|
||||
Reference in New Issue
Block a user