Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-10 23:24:58 +04:00
parent 6d7bbd068c
commit 4e7cda3e36
2 changed files with 2 additions and 1 deletions

View file

@ -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)