mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
log error on assertion failure
// FREEBIE
This commit is contained in:
parent
f74c3a0e87
commit
8c592a373a
1 changed files with 1 additions and 0 deletions
|
@ -477,6 +477,7 @@ protocol CallServiceObserver: class {
|
|||
|
||||
switch(untrustedIdentity!.verificationState) {
|
||||
case .verified:
|
||||
Logger.error("\(TAG) shouldn't have missed a call due to untrusted identity if the identity is verified")
|
||||
assertionFailure("shouldn't have missed a call due to untrusted identity if the identity is verified")
|
||||
self.notificationsAdapter.presentMissedCall(newCall, callerName: callerName)
|
||||
case .default:
|
||||
|
|
Loading…
Reference in a new issue