mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix init order
This commit is contained in:
parent
60fd4bcbfd
commit
da8af5db07
1 changed files with 1 additions and 1 deletions
|
@ -71,10 +71,10 @@ Future<void> init(InitIsolateType isolateType) async {
|
|||
await _initPref();
|
||||
await _initAccountPrefs();
|
||||
_initEquatable();
|
||||
await initHttp(k.versionStr);
|
||||
if (features.isSupportSelfSignedCert) {
|
||||
await _initSelfSignedCertManager();
|
||||
}
|
||||
await initHttp(k.versionStr);
|
||||
await _initDiContainer(isolateType);
|
||||
_initVisibilityDetector();
|
||||
initGpsMap();
|
||||
|
|
Loading…
Reference in a new issue