From f78ebbb9a99a7fd140f1e2d294f0757fd2c30dab Mon Sep 17 00:00:00 2001 From: Calinteodor Date: Mon, 16 Oct 2023 14:10:52 +0300 Subject: [PATCH] feat(settings/native/android): Fixed scroll inside conference settings screen (#13956) * feat(settings/native/android): fixed scroll inside conference settings screen. --- react/features/mobile/navigation/screenOptions.ts | 1 + react/features/settings/components/native/SettingsView.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/mobile/navigation/screenOptions.ts b/react/features/mobile/navigation/screenOptions.ts index 326d4d4df9..9bc9941dc2 100644 --- a/react/features/mobile/navigation/screenOptions.ts +++ b/react/features/mobile/navigation/screenOptions.ts @@ -244,6 +244,7 @@ export const lobbyNavigationContainerScreenOptions = { * Screen options for settings navigation container screen. */ export const settingsNavigationContainerScreenOptions = { + ...modalPresentation, gestureEnabled: true, headerShown: false }; diff --git a/react/features/settings/components/native/SettingsView.tsx b/react/features/settings/components/native/SettingsView.tsx index baca998746..e66099c1ad 100644 --- a/react/features/settings/components/native/SettingsView.tsx +++ b/react/features/settings/components/native/SettingsView.tsx @@ -75,7 +75,6 @@ interface IProps extends WithTranslation { * The native container rendering the app settings page. */ class SettingsView extends Component { - _urlField: Object; /** * Opens the profile settings screen.