Updated on 2026-08-14
This commit is contained in:
parent
6d7bbd068c
commit
4e7cda3e36
2 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
|
|||
return
|
||||
}
|
||||
val context = context ?: return
|
||||
if (dialog != null && dialog == state.dialog) return
|
||||
if (dialog != null) return
|
||||
|
||||
dialog = when (state.dialog) {
|
||||
is AppDialog.SimpleOkDialog -> SimpleOkDialog.create(state.dialog, context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue