diff --git a/src/SplashScreenStateContext.tsx b/src/SplashScreenStateContext.tsx index 3bb873960f58..2a01e875ee36 100644 --- a/src/SplashScreenStateContext.tsx +++ b/src/SplashScreenStateContext.tsx @@ -3,6 +3,7 @@ import type {ValueOf} from 'type-fest'; import CONFIG from './CONFIG'; import CONST from './CONST'; import {addBootsplashBreadcrumb} from './libs/telemetry/bootsplashTelemetry'; +import loadUnreadIndicatorUpdater from './libs/UnreadIndicatorUpdater/load'; import type ChildrenProps from './types/utils/ChildrenProps'; type SplashScreenState = ValueOf; @@ -26,7 +27,7 @@ const SplashScreenActionsContext = React.createContext