[#7821] Fix navigation on sending eth from chat

This commit is contained in:
Roman Volosovskyi 2019-03-25 13:03:53 +02:00
parent 2e9b7e5532
commit dd4d7457a5
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@
{:keys [symbol decimals]} (tokens/asset-for all-tokens chain symbol-param)
{:keys [value error]} (wallet.db/parse-amount amount decimals)
next-view-id (if (:wallet-set-up-passed? sender-account)
:wallet-send-transaction-modal
:wallet-onboarding-setup)]
:wallet-send-modal-stack
:wallet-send-modal-stack-with-onboarding)]
(fx/merge cofx
{:db (-> db
(update-in [:wallet :send-transaction]