mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Fix compilation issue after upgrade of alerter from 5.1.2 to 7.0.1
This commit is contained in:
parent
76923ad88a
commit
f617a8d77f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class PopupAlertManager @Inject constructor() {
|
||||||
// we want to remove existing popup on previous activity and display it on new one
|
// we want to remove existing popup on previous activity and display it on new one
|
||||||
if (currentAlerter != null) {
|
if (currentAlerter != null) {
|
||||||
weakCurrentActivity?.get()?.let {
|
weakCurrentActivity?.get()?.let {
|
||||||
Alerter.clearCurrent(it)
|
Alerter.clearCurrent(it, null)
|
||||||
if (currentAlerter?.isLight == false) {
|
if (currentAlerter?.isLight == false) {
|
||||||
setLightStatusBar()
|
setLightStatusBar()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue