diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 2fa5aa7de..3faf6a7b3 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -203,26 +203,8 @@ export function SettingsScreen({}: Props) { Notifications - - - - Content and media - - - {IS_NATIVE && - findContactsEnabled && - !ax.features.enabled(ax.features.ImportContactsSettingsDisable) && ( - - - - Find friends from contacts - - - )} + {/* Content and media removed for syu.is */} + {/* Find friends from contacts removed for syu.is */} @@ -247,16 +229,6 @@ export function SettingsScreen({}: Props) { Languages - Linking.openURL(HELP_DESK_URL)} - label={_(msg`Help`)} - accessibilityHint={_(msg`Opens helpdesk in browser`)}> - - - Help - - -