diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index d7b3cb30ef..20f8615976 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -63,16 +63,10 @@ function HomeScreenReady({ }, [pinnedFeedInfos]) React.useEffect(() => { - Alert.alert('If you see this, the update worked.') ;(async () => { try { - Alert.alert(Updates.channel?.toString() ?? 'no channel') - Alert.alert(Updates.updateId ?? 'none') const update = await Updates.checkForUpdateAsync() - Alert.alert('Update!', JSON.stringify(update)) - Alert.alert('MAnifest:', JSON.stringify(update.manifest)) - if (update.isAvailable) { Alert.alert( 'Update is available!',