Skip to content

Commit

Permalink
[#9023] fix redirect on keycard setup cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryn committed Sep 26, 2019
1 parent 5fca8e0 commit 8f59944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/status_im/hardwallet/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@
(fx/merge cofx
(remove-listener-to-hardware-back-button)
(navigation/navigate-reset {:index 0
:actions [{:routeName (if (:multiaccounts/multiaccounts db)
:multiaccounts :intro)}]})))
:actions [{:routeName (if (seq (:multiaccounts/multiaccounts db))
:multiaccounts
:intro)}]})))

(fx/defn load-finishing-screen
{:events [:keycard.onboarding.recovery-phrase-confirm-word2.ui/next-pressed
Expand Down

0 comments on commit 8f59944

Please sign in to comment.