diff --git a/react/features/welcome/components/settings/components/SettingsView.js b/react/features/welcome/components/settings/components/SettingsView.js index f6e6619cb..9e0211c15 100644 --- a/react/features/welcome/components/settings/components/SettingsView.js +++ b/react/features/welcome/components/settings/components/SettingsView.js @@ -4,6 +4,7 @@ import React from 'react'; import { Alert, NativeModules, + Platform, ScrollView, Text } from 'react-native'; @@ -283,15 +284,19 @@ class SettingsView extends AbstractSettingsView { accordion = { true } expandable = { true } label = 'settingsView.advanced'> - - - - + { Platform.OS === 'android' && ( + <> + + + + + + )}