Skip to content

Commit

Permalink
refactor: enable notifications to new api
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Dec 6, 2023
1 parent 67aa98a commit b56e8b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
{:flex 1
:width width})

(def page-heading {:z-index 1})

(defn buttons
[insets]
{:margin default-margin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
[]
(let [insets (safe-area/get-insets)]
[rn/view {:style (style/page-container insets)}
[rn/view {:style {:z-index 99}}
[rn/view {:style style/page-heading}
[quo/page-nav
{:background :blur
:icon-name :i/arrow-left
Expand Down
2 changes: 1 addition & 1 deletion src/status_im2/navigation/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
:animations (merge transitions/new-to-status-modal-animations
transitions/push-animations-for-transparent-background)
:modalPresentationStyle :overCurrentContext}
:component enable-notifications/enable-notifications}
:component enable-notifications/view}

{:name :identifiers
:component identifiers/view
Expand Down

0 comments on commit b56e8b2

Please sign in to comment.