This commit is contained in:
Neeraj Gupta 2023-04-29 12:35:18 +05:30
parent 54ff4e5dd5
commit 85a95a52ec
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -154,7 +154,7 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
} else {
AppLifecycleService.instance.onAppInForeground('init via: $via');
}
// Start workers asynchroniously. No need to wait for them to start
// Start workers asynchronously. No need to wait for them to start
Computer.shared().turnOn(workersCount: 4, verbose: kDebugMode);
CryptoUtil.init();
await NotificationService.instance.init();