diff --git a/apps/mobile/src/app/(home)/settings/display/index.tsx b/apps/mobile/src/app/(home)/settings/display/index.tsx
index 049151576..ff88a8a54 100644
--- a/apps/mobile/src/app/(home)/settings/display/index.tsx
+++ b/apps/mobile/src/app/(home)/settings/display/index.tsx
@@ -16,7 +16,6 @@ import { useLingui } from '@lingui/react';
import {
BitcoinCircleIcon,
DollarCircleIcon,
- Eye1Icon,
PackageSecurityIcon,
PointerHandIcon,
SheetRef,
@@ -32,19 +31,13 @@ export default function SettingsDisplayScreen() {
const {
accountDisplayPreference,
bitcoinUnitPreference,
- changePrivacyModePreference,
changeHapticsPreference,
fiatCurrencyPreference,
- privacyModePreference,
hapticsPreference,
themePreference,
} = useSettings();
const { i18n } = useLingui();
- function onUpdatePrivacyMode() {
- changePrivacyModePreference(privacyModePreference === 'visible' ? 'hidden' : 'visible');
- }
-
function onUpdateHapticsPreference() {
changeHapticsPreference(hapticsPreference === 'enabled' ? 'disabled' : 'enabled');
}
@@ -123,22 +116,7 @@ export default function SettingsDisplayScreen() {
accountIdentifierSheetRef.current?.present();
}}
/>
- {isFeatureEnabled() && (
- }
- type="switch"
- onSwitchValueChange={() => onUpdatePrivacyMode()}
- switchValue={privacyModePreference === 'hidden'}
- />
- )}
+
{isFeatureEnabled() && (