[#12585] Clear modal's dissmissing state after reopening app with enabled background service
This commit is contained in:
parent
76c5e7ce1e
commit
428236b4bb
|
@ -179,6 +179,8 @@
|
|||
(defonce rset-app-launched
|
||||
(.registerAppLaunchedListener (.events Navigation)
|
||||
(fn []
|
||||
(reset! curr-modal false)
|
||||
(reset! dissmissing false)
|
||||
(if (or (= @root-id :multiaccounts) (= @root-id :multiaccounts-keycard))
|
||||
(re-frame/dispatch-sync [::set-multiaccount-root])
|
||||
(when @root-id
|
||||
|
|
Loading…
Reference in New Issue