Fix: .cancel won't appear in debug show all

This commit is contained in:
Valere 2020-01-23 16:04:03 +01:00
parent 4a1012cf81
commit e8a4f1fb90
1 changed files with 1 additions and 1 deletions

View File

@ -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 -> {