Skip to content

Commit

Permalink
disable chat swipe back navigation in ios (#16035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull authored May 29, 2023
1 parent abcfaef commit bbdac4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im2/navigation/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
:component shell/shell-stack}

{:name :chat
:options {:insets {:top? true}}
:options {:insets {:top? true}
:popGesture false}
:component chat/chat}

{:name :start-a-new-chat
Expand Down

0 comments on commit bbdac4e

Please sign in to comment.