chore(wallet): hide network preferences in watched and make multichain tab first on receive screen (#20180)
This commit is contained in:
parent
9300377c6c
commit
901dddc603
|
@ -50,7 +50,7 @@
|
|||
(defn view
|
||||
[]
|
||||
(let [padding-top (:top (safe-area/get-insets))
|
||||
wallet-type (reagent/atom :legacy)
|
||||
wallet-type (reagent/atom :multichain)
|
||||
selected-networks (reagent/atom constants/default-network-names)
|
||||
on-settings-press #(open-preferences selected-networks)
|
||||
on-legacy-press #(reset! wallet-type :legacy)
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
:public-key ""}])}}
|
||||
[quo/data-item
|
||||
{:card? true
|
||||
:right-icon :i/advanced
|
||||
:icon-right? true
|
||||
:emoji @account-emoji
|
||||
:title (i18n/label :t/watched-address)
|
||||
:subtitle address
|
||||
|
@ -60,5 +58,4 @@
|
|||
;; https://github.com/status-im/status-mobile/issues/17009
|
||||
:weight :monospace}
|
||||
address])
|
||||
:container-style style/data-item
|
||||
:on-press #(js/alert "To be implemented")}]]])))
|
||||
:container-style style/data-item}]]])))
|
||||
|
|
Loading…
Reference in New Issue