Skip to content

Commit

Permalink
remove the test
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 14, 2024
1 parent 85c676f commit d0f256a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/view/screens/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import {View, ActivityIndicator, StyleSheet, Alert} from 'react-native'
import {View, ActivityIndicator, StyleSheet} from 'react-native'
import {useFocusEffect} from '@react-navigation/native'
import {NativeStackScreenProps, HomeTabNavigatorParams} from 'lib/routes/types'
import {FeedDescriptor, FeedParams} from '#/state/queries/post-feed'
Expand Down Expand Up @@ -61,13 +61,6 @@ function HomeScreenReady({
return feeds
}, [pinnedFeedInfos])

React.useEffect(() => {
Alert.alert(
'OTA Update Test',
'After seeing this message:\n\n1. Dismiss the alert\n2. Force quit and restart the app.\n\nYou should not see this message again. If you do, then the update failed.',
)
}, [])

const rawSelectedFeed = useSelectedFeed()
const setSelectedFeed = useSetSelectedFeed()
const maybeFoundIndex = allFeeds.indexOf(rawSelectedFeed as FeedDescriptor)
Expand Down

0 comments on commit d0f256a

Please sign in to comment.