Fix / prevent verification toaster to show when in good room
This commit is contained in:
parent
65cb812fc6
commit
0148949a4f
@ -120,6 +120,8 @@ object PopupAlertManager {
|
||||
}
|
||||
currentAlerter = next
|
||||
next?.let {
|
||||
|
||||
if (next.shouldBeDisplayedIn?.invoke(currentActivity) == false) return
|
||||
val currentTime = System.currentTimeMillis()
|
||||
if (next.expirationTimestamp != null && currentTime > next.expirationTimestamp!!) {
|
||||
// skip
|
||||
|
Loading…
x
Reference in New Issue
Block a user