mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +00:00
fix user is not navigated to Sign in by syncing page (#15520)
This commit is contained in:
parent
f0ca6372cd
commit
8f0a990e71
@ -31,7 +31,7 @@
|
|||||||
:label (i18n/label :t/add-existing-status-profile)
|
:label (i18n/label :t/add-existing-status-profile)
|
||||||
:on-press #(do
|
:on-press #(do
|
||||||
(rf/dispatch [:bottom-sheet/hide])
|
(rf/dispatch [:bottom-sheet/hide])
|
||||||
(rf/dispatch [:navigate-to :new-to-status]))
|
(rf/dispatch [:navigate-to :sign-in]))
|
||||||
:accessibility-label :multi-profile}]]])
|
:accessibility-label :multi-profile}]]])
|
||||||
|
|
||||||
(defn show-new-account-options
|
(defn show-new-account-options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user