mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 05:15:42 +00:00
[Fixes #6825] Do not open settings as a modal
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
c5d069e8a3
commit
205c9aaecc
@ -86,5 +86,5 @@
|
||||
:icon-opts {:color colors/white
|
||||
:accessibility-label :options-menu-button}
|
||||
:options (into [{:label (i18n/label :t/wallet-manage-assets)
|
||||
:action #(re-frame/dispatch [:navigate-to-modal :wallet-settings-assets])}]
|
||||
:action #(re-frame/dispatch [:navigate-to :wallet-settings-assets])}]
|
||||
(map setting->action settings))}]]]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user