mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
fix android
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
ff790d4152
commit
e95025333f
@ -104,7 +104,8 @@
|
|||||||
:name (or name "")}]
|
:name (or name "")}]
|
||||||
(fx/merge cofx
|
(fx/merge cofx
|
||||||
{:db (assoc-in db [:wallet/favourites address] new-favourite)
|
{:db (assoc-in db [:wallet/favourites address] new-favourite)
|
||||||
::focus-input (get-in db [:wallet/recipient :inp-ref])
|
;;android
|
||||||
|
:dispatch-later [{:ms 1000 :dispatch [:wallet.recipient/focus-input]}]
|
||||||
::json-rpc/call [{:method "wallet_addFavourite"
|
::json-rpc/call [{:method "wallet_addFavourite"
|
||||||
:params [new-favourite]
|
:params [new-favourite]
|
||||||
:on-success #()}]}
|
:on-success #()}]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user