mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
typo
This commit is contained in:
parent
ac4c111ad3
commit
fd1bb84770
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue