mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
bug #4737 - fixed duplicate payment message on android back button
bug #4736 - amount from the previous transaction in message Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
8d278f3d7d
commit
cdf356bb4f
@ -302,7 +302,7 @@
|
||||
(fn [cofx [_ chat-id]]
|
||||
(handlers-macro/merge-fx cofx
|
||||
(events.commands/execute-stored-command)
|
||||
(navigate-to-chat chat-id {}))))
|
||||
(navigate-to-chat chat-id {:navigation-replace? true}))))
|
||||
|
||||
(defn start-chat
|
||||
"Start a chat, making sure it exists"
|
||||
|
@ -16,6 +16,7 @@
|
||||
(merge {:db (-> db
|
||||
(send.events/set-and-validate-amount-db (:amount params) :ETH 18)
|
||||
(choose-recipient.events/fill-request-details (transaction-details contact))
|
||||
(update-in [:wallet :send-transaction] dissoc :id :password :wrong-password?)
|
||||
(navigation/navigate-to
|
||||
(if (:wallet-set-up-passed? account)
|
||||
:wallet-send-transaction-chat
|
||||
|
Loading…
x
Reference in New Issue
Block a user