Handle PR OTA version mismatches and failures (#11330)
This commit is contained in:
@@ -9,6 +9,7 @@ import {useNavigation, useNavigationState} from '@react-navigation/native'
|
||||
import {useDedupe} from '#/lib/hooks/useDedupe'
|
||||
import {useIntentHandler} from '#/lib/hooks/useIntentHandler'
|
||||
import {useNotificationsHandler} from '#/lib/hooks/useNotificationHandler'
|
||||
import {useOTAUpdateRecovery} from '#/lib/hooks/useOTAUpdates'
|
||||
import {useNotificationsRegistration} from '#/lib/notifications/notifications'
|
||||
import {isStateAtTabRoot} from '#/lib/routes/helpers'
|
||||
import {useDialogFullyExpandedCountContext} from '#/state/dialogs'
|
||||
@@ -216,6 +217,7 @@ export function Shell() {
|
||||
const fullyExpandedCount = useDialogFullyExpandedCountContext()
|
||||
|
||||
useIntentHandler()
|
||||
useOTAUpdateRecovery()
|
||||
|
||||
useEffect(() => {
|
||||
setSystemUITheme('theme', t)
|
||||
|
||||
Reference in New Issue
Block a user