Fix: .cancel won't appear in debug show all
This commit is contained in:
parent
4a1012cf81
commit
e8a4f1fb90
|
@ -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…
Reference in New Issue