mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
No alert possible in SignedOutActivity
This commit is contained in:
parent
ec50f891a2
commit
80db39a934
@ -26,6 +26,7 @@ import im.vector.app.R
|
||||
import im.vector.app.core.platform.VectorBaseActivity
|
||||
import im.vector.app.core.utils.isAnimationDisabled
|
||||
import im.vector.app.features.pin.PinActivity
|
||||
import im.vector.app.features.signout.hard.SignedOutActivity
|
||||
import im.vector.app.features.themes.ThemeUtils
|
||||
import timber.log.Timber
|
||||
import java.lang.ref.WeakReference
|
||||
@ -294,6 +295,7 @@ class PopupAlertManager @Inject constructor() {
|
||||
private fun shouldBeDisplayedIn(alert: VectorAlert?, activity: Activity): Boolean {
|
||||
return alert != null
|
||||
&& activity !is PinActivity
|
||||
&& activity !is SignedOutActivity
|
||||
&& activity is VectorBaseActivity<*>
|
||||
&& alert.shouldBeDisplayedIn.invoke(activity)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user