Update src/screens/Settings/LabSettings/FeatureGateDialog.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Paul Frazee
2025-03-26 08:56:41 -07:00
committed by GitHub
parent 6f3f4b2c49
commit 1fc25e591a
@@ -99,8 +99,7 @@ export function FeatureGateDialog({
onPress={() => {
setIsRestarting(true)
if (isWeb) {
/* @ts-ignore web only */
navigation.reload()
location.reload()
} else {
Updates.reloadAsync()
}