typo
This commit is contained in:
parent
ac4c111ad3
commit
fd1bb84770
|
@ -69,7 +69,7 @@ class IncomingVerificationRequestHandler @Inject constructor(
|
||||||
R.drawable.ic_shield_black,
|
R.drawable.ic_shield_black,
|
||||||
shouldBeDisplayedIn = { activity ->
|
shouldBeDisplayedIn = { activity ->
|
||||||
if (activity is VectorBaseActivity) {
|
if (activity is VectorBaseActivity) {
|
||||||
// TODO a bit too hugly :/
|
// TODO a bit too ugly :/
|
||||||
activity.supportFragmentManager.findFragmentByTag(VerificationBottomSheet.WAITING_SELF_VERIF_TAG)?.let {
|
activity.supportFragmentManager.findFragmentByTag(VerificationBottomSheet.WAITING_SELF_VERIF_TAG)?.let {
|
||||||
false.also {
|
false.also {
|
||||||
popupAlertManager.cancelAlert(uid)
|
popupAlertManager.cancelAlert(uid)
|
||||||
|
|
Loading…
Reference in New Issue