Skip to content

Commit 0e28e65

Browse files
committed
fix: something
1 parent 20953bc commit 0e28e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ void main(List<String> args) async {
4848
Future init() async {
4949
await PrefManager.init();
5050
initializeMediaServices();
51-
isar = await StorageProvider().initDB(null);
5251
await StorageProvider().requestPermission();
52+
isar = await StorageProvider().initDB(null);
5353
MediaKit.ensureInitialized();
5454
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) {
5555
await WindowManager.instance.ensureInitialized();

0 commit comments

Comments
 (0)