Skip to content

Commit

Permalink
[PAY-1365] Disable fullscreen gestures on mobile chat screen (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Jun 7, 2023
1 parent 03cbcac commit fe72398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mobile/src/screens/app-screen/AppTabScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export const AppTabScreen = ({ baseScreen, Stack }: AppTabScreenProps) => {
// @ts-ignore hard to correctly type navigation params (PAY-1141)
params?.chatId
}
options={{ fullScreenGestureEnabled: false }}
/>
</Stack.Group>
</Stack.Navigator>
Expand Down

0 comments on commit fe72398

Please sign in to comment.