fix: Init ApiConnectionRepository after server access recovery

pull/440/head
Inex Code 2024-02-14 15:59:01 +03:00
parent 9a1f47711c
commit fdb40fccd7
1 changed files with 1 additions and 0 deletions

View File

@ -803,6 +803,7 @@ class ServerInstallationCubit extends Cubit<ServerInstallationState> {
serverTypeIdentificator: serverType.data!.identifier, serverTypeIdentificator: serverType.data!.identifier,
); );
emit(updatedState.finish()); emit(updatedState.finish());
getIt<ApiConnectionRepository>().init();
} }
@override @override