Fix build (again) (IOS-14)

This commit is contained in:
Nathan Mattes 2023-06-28 09:55:55 +02:00
parent 7c977d562f
commit d554b969e1
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ extension SceneCoordinator: SettingsCoordinatorDelegate {
let cancelAction = UIAlertAction(title: L10n.Common.Controls.Actions.cancel, style: .cancel)
let signOutAction = UIAlertAction(title: L10n.Common.Alerts.SignOut.confirm, style: .destructive) { [weak self] _ in
guard let self = self, let authContext else { return }
guard let self, let authContext = self.authContext else { return }
self.appContext.notificationService.clearNotificationCountForActiveUser()