fix user is not navigated to Sign in by syncing page (#15520)

This commit is contained in:
Parvesh Monu 2023-03-28 21:53:55 +05:30 committed by GitHub
parent f0ca6372cd
commit 8f0a990e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
:label (i18n/label :t/add-existing-status-profile)
:on-press #(do
(rf/dispatch [:bottom-sheet/hide])
(rf/dispatch [:navigate-to :new-to-status]))
(rf/dispatch [:navigate-to :sign-in]))
:accessibility-label :multi-profile}]]])
(defn show-new-account-options