mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix android multi-account root initialization after app relaunch (#15292)
This commit is contained in:
parent
8478ac74ab
commit
de8c294c9a
@ -177,8 +177,7 @@
|
||||
[]
|
||||
(reset! state/curr-modal false)
|
||||
(reset! state/dissmissing false)
|
||||
(if (or (= @state/root-id :multiaccounts)
|
||||
(= @state/root-id :multiaccounts-keycard))
|
||||
(if (= @state/root-id :multiaccounts-stack)
|
||||
(re-frame/dispatch-sync [::set-multiaccount-root])
|
||||
(when @state/root-id
|
||||
(navigation/set-root (get (roots/roots) @state/root-id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user