fix intro navigation (#15430)
This commit is contained in:
parent
554f8aff09
commit
03cf4cec0e
|
@ -49,7 +49,7 @@
|
||||||
multiaccount
|
multiaccount
|
||||||
[:key-uid :name :public-key :identicon :images]))
|
[:key-uid :name :public-key :identicon :images]))
|
||||||
(keychain/get-auth-method (:key-uid multiaccount))))
|
(keychain/get-auth-method (:key-uid multiaccount))))
|
||||||
(navigation/init-root cofx :intro-stack))))
|
(navigation/init-root cofx :intro))))
|
||||||
|
|
||||||
(rf/defn initialize-multiaccounts
|
(rf/defn initialize-multiaccounts
|
||||||
{:events [:setup/initialize-multiaccounts]}
|
{:events [:setup/initialize-multiaccounts]}
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
;;TABS
|
;;TABS
|
||||||
(merge (old-roots)
|
(merge (old-roots)
|
||||||
;;INTRO (onboarding carousel)
|
;;INTRO (onboarding carousel)
|
||||||
{:intro-stack
|
{:intro
|
||||||
{:root
|
{:root
|
||||||
{:stack {:id :intro
|
{:stack {:id :intro
|
||||||
:children [{:component {:name :intro
|
:children [{:component {:name :intro
|
||||||
|
|
Loading…
Reference in New Issue