[#7776] Blank screen after username submit when creating new account on Desktop

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-03-21 13:06:43 +01:00
parent 530a6dca2e
commit 5e1713ddf8
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@
[taoensso.timbre :as log]
[status-im.utils.fx :as fx]
[status-im.node.core :as node]
[status-im.ui.screens.mobile-network-settings.events :as mobile-network]))
[status-im.ui.screens.mobile-network-settings.events :as mobile-network]
[status-im.utils.platform :as platform]))
(defn get-signing-phrase [cofx]
(assoc cofx :signing-phrase (signing-phrase/generate)))
@ -110,7 +111,8 @@
{:db db
:notifications/request-notifications-permissions nil
:dispatch-n [[:navigate-to :home]
[:navigate-to :welcome]]}
(when-not platform/desktop?
[:navigate-to :welcome])]}
;; We set last updated as we are actually changing a field,
;; unlike on recovery where the name is not set
(accounts.update/account-update {:last-updated now