mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix: .cancel won't appear in debug show all
This commit is contained in:
parent
4a1012cf81
commit
e8a4f1fb90
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class VerificationItemFactory @Inject constructor(
|
|||
.highlighted(highlight)
|
||||
.leftGuideline(avatarSizeProvider.leftGuideline)
|
||||
}
|
||||
else -> ignoredConclusion(event, highlight, callback)
|
||||
else -> return ignoredConclusion(event, highlight, callback)
|
||||
}
|
||||
}
|
||||
EventType.KEY_VERIFICATION_DONE -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue