Skip to content

Commit c47ba51

Browse files
committed
chore
1 parent e990f51 commit c47ba51

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/libs/Navigation/AppNavigator/AuthScreens.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type {RouteProp} from '@react-navigation/native';
22
import {useNavigation} from '@react-navigation/native';
33
import type {StackCardInterpolationProps} from '@react-navigation/stack';
44
import React, {memo, useContext, useEffect, useMemo, useRef, useState} from 'react';
5-
import type {OnyxEntry} from 'react-native-onyx';
6-
import Onyx from 'react-native-onyx';
75
import ComposeProviders from '@components/ComposeProviders';
86
import DelegateNoAccessModalProvider from '@components/DelegateNoAccessModalProvider';
97
import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator';
@@ -105,6 +103,7 @@ function initializePusher() {
105103
}).then(() => {
106104
User.subscribeToUserEvents();
107105
});
106+
}
108107

109108
const RootStack = createRootStackNavigator<AuthScreensParamList>();
110109

@@ -180,9 +179,9 @@ function AuthScreens() {
180179

181180
// eslint-disable-next-line react-compiler/react-compiler
182181
lastUpdateIDAppliedToClientRef.current = lastUpdateIDAppliedToClient;
182+
// eslint-disable-next-line react-compiler/react-compiler
183183
isLoadingAppRef.current = isLoadingApp;
184184

185-
186185
const handleNetworkReconnect = () => {
187186
if (isLoadingAppRef.current) {
188187
App.openApp();

0 commit comments

Comments
 (0)