mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 01:09:49 +00:00
[#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
|
(defonce rset-app-launched
|
||||||
(.registerAppLaunchedListener (.events Navigation)
|
(.registerAppLaunchedListener (.events Navigation)
|
||||||
(fn []
|
(fn []
|
||||||
|
(reset! curr-modal false)
|
||||||
|
(reset! dissmissing false)
|
||||||
(if (or (= @root-id :multiaccounts) (= @root-id :multiaccounts-keycard))
|
(if (or (= @root-id :multiaccounts) (= @root-id :multiaccounts-keycard))
|
||||||
(re-frame/dispatch-sync [::set-multiaccount-root])
|
(re-frame/dispatch-sync [::set-multiaccount-root])
|
||||||
(when @root-id
|
(when @root-id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user