disable chat swipe back navigation in ios (#16035)
This commit is contained in:
parent
abcfaef1a1
commit
bbdac4e8c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue