mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
fix: Init ApiConnectionRepository after server access recovery
This commit is contained in:
parent
9a1f47711c
commit
fdb40fccd7
|
@ -803,6 +803,7 @@ class ServerInstallationCubit extends Cubit<ServerInstallationState> {
|
|||
serverTypeIdentificator: serverType.data!.identifier,
|
||||
);
|
||||
emit(updatedState.finish());
|
||||
getIt<ApiConnectionRepository>().init();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue