mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
fix
This commit is contained in:
parent
efcd54c898
commit
f71a2fcc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ void main(List<String> args) async {
|
|||
);
|
||||
}
|
||||
}
|
||||
await AppLogger.init();
|
||||
isar = await StorageProvider().initDB(null, inspector: kDebugMode);
|
||||
await Hive.initFlutter();
|
||||
Hive.registerAdapter(TrackSearchAdapter());
|
||||
|
|
@ -85,6 +84,7 @@ void main(List<String> args) async {
|
|||
Future<void> _postLaunchInit() async {
|
||||
await StorageProvider().requestPermission();
|
||||
await StorageProvider().deleteBtDirectory();
|
||||
await AppLogger.init();
|
||||
}
|
||||
|
||||
class MyApp extends ConsumerStatefulWidget {
|
||||
|
|
|
|||
Loading…
Reference in a new issue