mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Update matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/verification/DefaultVerificationService.kt
Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
parent
e0977dd97b
commit
f2fa57224b
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ internal class DefaultVerificationService @Inject constructor(
|
|||
|
||||
if (validCancelReq == null) {
|
||||
// ignore
|
||||
Timber.e("## SAS Received invalid cancelt request")
|
||||
Timber.e("## SAS Received invalid cancel request")
|
||||
// TODO should we cancel?
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue