fix social-app patch
This commit is contained in:
@@ -2,7 +2,7 @@ diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.t
|
||||
index 2fa5aa7de..3faf6a7b3 100644
|
||||
--- a/src/screens/Settings/Settings.tsx
|
||||
+++ b/src/screens/Settings/Settings.tsx
|
||||
@@ -205,26 +205,8 @@ export function SettingsScreen({}: Props) {
|
||||
@@ -203,26 +203,8 @@ export function SettingsScreen({}: Props) {
|
||||
<Trans>Notifications</Trans>
|
||||
</SettingsList.ItemText>
|
||||
</SettingsList.LinkItem>
|
||||
@@ -14,9 +14,9 @@ index 2fa5aa7de..3faf6a7b3 100644
|
||||
- <Trans>Content and media</Trans>
|
||||
- </SettingsList.ItemText>
|
||||
- </SettingsList.LinkItem>
|
||||
- {isNative &&
|
||||
- {IS_NATIVE &&
|
||||
- findContactsEnabled &&
|
||||
- !gate('disable_settings_find_contacts') && (
|
||||
- !ax.features.enabled(ax.features.ImportContactsSettingsDisable) && (
|
||||
- <SettingsList.LinkItem
|
||||
- to="/settings/find-contacts"
|
||||
- label={_(msg`Find friends from contacts`)}>
|
||||
@@ -31,7 +31,7 @@ index 2fa5aa7de..3faf6a7b3 100644
|
||||
<SettingsList.LinkItem
|
||||
to="/settings/appearance"
|
||||
label={_(msg`Appearance`)}>
|
||||
@@ -249,16 +231,6 @@ export function SettingsScreen({}: Props) {
|
||||
@@ -247,16 +229,6 @@ export function SettingsScreen({}: Props) {
|
||||
<Trans>Languages</Trans>
|
||||
</SettingsList.ItemText>
|
||||
</SettingsList.LinkItem>
|
||||
|
||||
Reference in New Issue
Block a user