Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Sep 14, 2023
1 parent 73330bc commit 0c74b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quo2/components/navigation/page_nav/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
(cond
;; TODO: use account-switcher when available (issue #16456)
(and support-account-switcher? (= content :account-switcher))
[rn/view {:style style/account-switcher-placeholder}]
[rn/touchable-opacity {:style style/account-switcher-placeholder
:on-press #(js/alert "Not implemented yet")}]

(coll? content)
(into [rn/view {:style style/right-actions-container}]
Expand Down
1 change: 1 addition & 0 deletions src/status_im2/navigation/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
:component wallet-saved-addresses/view}

{:name :wallet-select-address
:options {:modalPresentationStyle :overCurrentContext}
:component wallet-select-address/view}]

(when config/quo-preview-enabled?
Expand Down

0 comments on commit 0c74b6f

Please sign in to comment.