From bbdac4e8c6e9a27eda68d2365aa835b0f5edabf0 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Mon, 29 May 2023 15:41:10 +0530 Subject: [PATCH] disable chat swipe back navigation in ios (#16035) --- src/status_im2/navigation/screens.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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