[#12585] Clear modal's dissmissing state after reopening app with enabled background service

This commit is contained in:
Roman Volosovskyi 2021-09-24 16:23:35 +03:00
parent 76c5e7ce1e
commit 428236b4bb
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 0 deletions

View File

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