Ignore unhandled (#385)

pull/406/head
Max Goedjen 2 years ago committed by GitHub
parent e77812c06c
commit 5f055efa18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sources/SecretAgent/Notifier.swift

@ -154,7 +154,7 @@ class NotificationDelegate: NSObject, UNUserNotificationCenterDelegate {
case Notifier.Constants.persistAuthenticationCategoryIdentitifier:
handlePersistAuthenticationResponse(response: response)
default:
fatalError()
break
}
completionHandler()

Loading…
Cancel
Save