mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-10 07:36:46 +00:00
[ISSUE #3559] Fixed regression when sending send request from chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
05fffe1652
commit
777a0ce3b3
@ -222,9 +222,10 @@
|
|||||||
(defview send-transaction-modal []
|
(defview send-transaction-modal []
|
||||||
(letsubs [transaction [:wallet.send/unsigned-transaction]
|
(letsubs [transaction [:wallet.send/unsigned-transaction]
|
||||||
symbol [:wallet.send/symbol]
|
symbol [:wallet.send/symbol]
|
||||||
advanced? [:wallet.send/advanced?]]
|
advanced? [:wallet.send/advanced?]
|
||||||
|
scroll (atom nil)]
|
||||||
(if transaction
|
(if transaction
|
||||||
[send-transaction-panel {:modal? true :transaction transaction :advanced? advanced? :symbol symbol}]
|
[send-transaction-panel {:modal? true :transaction transaction :scroll scroll :advanced? advanced? :symbol symbol}]
|
||||||
[react/view wallet.styles/wallet-modal-container
|
[react/view wallet.styles/wallet-modal-container
|
||||||
[react/view components.styles/flex
|
[react/view components.styles/flex
|
||||||
[status-bar/status-bar {:type :modal-wallet}]
|
[status-bar/status-bar {:type :modal-wallet}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user