Initialize Configuration before Network
This commit is contained in:
parent
81bdc0fe73
commit
0034d880f9
1 changed files with 1 additions and 1 deletions
|
@ -189,8 +189,8 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
|
|||
// Start workers asynchronously. No need to wait for them to start
|
||||
Computer.shared().turnOn(workersCount: 4).ignore();
|
||||
CryptoUtil.init();
|
||||
await NetworkClient.instance.init();
|
||||
await Configuration.instance.init();
|
||||
await NetworkClient.instance.init();
|
||||
await UserService.instance.init();
|
||||
await EntityService.instance.init();
|
||||
LocationService.instance.init(preferences);
|
||||
|
|
Loading…
Reference in a new issue