disable chat swipe back navigation in ios (#16035)

This commit is contained in:
Parvesh Monu 2023-05-29 15:41:10 +05:30 committed by GitHub
parent abcfaef1a1
commit bbdac4e8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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