Fix compilation issue after upgrade of alerter from 5.1.2 to 7.0.1
This commit is contained in:
parent
76923ad88a
commit
f617a8d77f
|
@ -99,7 +99,7 @@ class PopupAlertManager @Inject constructor() {
|
|||
// we want to remove existing popup on previous activity and display it on new one
|
||||
if (currentAlerter != null) {
|
||||
weakCurrentActivity?.get()?.let {
|
||||
Alerter.clearCurrent(it)
|
||||
Alerter.clearCurrent(it, null)
|
||||
if (currentAlerter?.isLight == false) {
|
||||
setLightStatusBar()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue