This commit is contained in:
Benoit Marty 2020-09-04 20:47:19 +02:00
parent ac4c111ad3
commit fd1bb84770
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class IncomingVerificationRequestHandler @Inject constructor(
R.drawable.ic_shield_black,
shouldBeDisplayedIn = { activity ->
if (activity is VectorBaseActivity) {
// TODO a bit too hugly :/
// TODO a bit too ugly :/
activity.supportFragmentManager.findFragmentByTag(VerificationBottomSheet.WAITING_SELF_VERIF_TAG)?.let {
false.also {
popupAlertManager.cancelAlert(uid)