Update debug code

This commit is contained in:
Eric Bailey
2025-07-15 13:20:44 -05:00
parent ef27aa9df5
commit 10560a4cb0
+1 -1
View File
@@ -185,7 +185,7 @@ export function AboutSettingsScreen({}: Props) {
<SettingsList.PressableItem <SettingsList.PressableItem
onPress={() => { onPress={() => {
device.set(['geolocation'], { device.set(['geolocation'], {
countryCode: undefined, countryCode: 'GB',
isAgeRestrictedGeo: true, isAgeRestrictedGeo: true,
}) })
}} }}