diff --git a/src/status_im2/navigation/screens.cljs b/src/status_im2/navigation/screens.cljs index f7afe78497..67def14f00 100644 --- a/src/status_im2/navigation/screens.cljs +++ b/src/status_im2/navigation/screens.cljs @@ -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