mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Fix / avoid showing legacy start toaster under verif bottomsheet
This commit is contained in:
parent
1de4869cde
commit
7cf7b7e10e
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ class IncomingVerificationRequestHandler @Inject constructor(
|
|||
uid,
|
||||
context.getString(R.string.sas_incoming_request_notif_title),
|
||||
context.getString(R.string.sas_incoming_request_notif_content, name),
|
||||
R.drawable.shield,
|
||||
R.drawable.ic_shield_black,
|
||||
shouldBeDisplayedIn = { activity ->
|
||||
if (activity is VectorBaseActivity) {
|
||||
// TODO a bit too hugly :/
|
||||
|
|
|
@ -96,7 +96,7 @@ class DefaultNavigator @Inject constructor(
|
|||
roomId = null,
|
||||
otherUserId = session.myUserId,
|
||||
transactionId = pr.transactionId
|
||||
).show(context.supportFragmentManager, "REQPOP")
|
||||
).show(context.supportFragmentManager, VerificationBottomSheet.WAITING_SELF_VERIF_TAG)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue