From abe61b7517f07dfdb710a2ceb94676819f77a8d8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 30 Nov 2023 17:48:07 -0600 Subject: Disable OTA for now (#2052) --- src/view/shell/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/view/shell/index.tsx') diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 71d65a755..5562af9ac 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -23,7 +23,6 @@ import { SafeAreaProvider, initialWindowMetrics, } from 'react-native-safe-area-context' -import {useOTAUpdate} from 'lib/hooks/useOTAUpdate' import { useIsDrawerOpen, useSetDrawerOpen, @@ -37,7 +36,6 @@ function ShellInner() { const isDrawerOpen = useIsDrawerOpen() const isDrawerSwipeDisabled = useIsDrawerSwipeDisabled() const setIsDrawerOpen = useSetDrawerOpen() - useOTAUpdate() // this hook polls for OTA updates every few seconds const winDim = useWindowDimensions() const safeAreaInsets = useSafeAreaInsets() const containerPadding = React.useMemo( -- cgit 1.4.1