mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 20:14:51 +08:00
@@ -94,7 +94,11 @@ void main() async {
|
||||
if (kDebugMode) debugPrint('GStorage init error: $e');
|
||||
exit(0);
|
||||
}
|
||||
await Future.wait([_initDownPath(), _initTmpPath()]);
|
||||
await Future.wait([
|
||||
_initDownPath(),
|
||||
_initTmpPath(),
|
||||
CacheManager.ensureInitialized(),
|
||||
]);
|
||||
Get
|
||||
..lazyPut(AccountService.new)
|
||||
..lazyPut(DownloadService.new);
|
||||
|
||||
Reference in New Issue
Block a user