chore(wallet): hide network preferences in watched and make multichain tab first on receive screen (#20180)

This commit is contained in:
Jamie Caprani 2024-06-05 12:27:52 +02:00 committed by GitHub
parent 9300377c6c
commit 901dddc603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -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)

View File

@ -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}]]])))