From 87f1b91f044279b66cf3e2af7d344c5705e4dc23 Mon Sep 17 00:00:00 2001 From: jorbuedo Date: Fri, 29 Nov 2024 10:25:18 +0100 Subject: [PATCH] allow screenshot toggle in android production --- .../useCases/changeAppSettings/ApplicationSettingsScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/wallet-mobile/src/features/Settings/useCases/changeAppSettings/ApplicationSettingsScreen.tsx b/apps/wallet-mobile/src/features/Settings/useCases/changeAppSettings/ApplicationSettingsScreen.tsx index 5c40a0ee25..3a9c361d47 100644 --- a/apps/wallet-mobile/src/features/Settings/useCases/changeAppSettings/ApplicationSettingsScreen.tsx +++ b/apps/wallet-mobile/src/features/Settings/useCases/changeAppSettings/ApplicationSettingsScreen.tsx @@ -7,7 +7,7 @@ import {SafeAreaView} from 'react-native-safe-area-context' import {Icon} from '../../../../components/Icon' import {Spacer} from '../../../../components/Spacer/Spacer' -import {isNightly, isProduction} from '../../../../kernel/env' +import {isNightly} from '../../../../kernel/env' import {useLanguage} from '../../../../kernel/i18n' import {themeNames} from '../../../../kernel/i18n/global-messages' import {defaultLanguage} from '../../../../kernel/i18n/languages' @@ -40,7 +40,7 @@ export const ApplicationSettingsScreen = () => { const {network} = useSelectedNetwork() const {data: screenShareEnabled} = useScreenShareSettingEnabled() - const displayScreenShareSetting = Platform.OS === 'android' && !isProduction + const displayScreenShareSetting = Platform.OS === 'android' const onToggleAuthWithOs = () => { if (authSetting === 'os') {