fix: Move to latest null safe sdk

This commit is contained in:
Krille Fear 2021-11-09 16:53:27 +01:00
commit 33a7a00311
6 changed files with 10 additions and 19 deletions

View file

@ -39,7 +39,7 @@ abstract class ClientManager {
await Future.wait(clients.map((client) => client
.init(
waitForFirstSync: false,
waitUntilFullLoaded: false,
waitUntilLoadCompletedLoaded: false,
)
.catchError((e, s) => Logs().e('Unable to initialize client', e, s))));
if (clients.length > 1 && clients.any((c) => !c.isLogged())) {