diff --git a/lib/services/filesystem_service.dart b/lib/services/filesystem_service.dart index cda9168..93b449c 100644 --- a/lib/services/filesystem_service.dart +++ b/lib/services/filesystem_service.dart @@ -16,6 +16,7 @@ class FileSystemService { Future init() async { _authorized = await _hasStoragePermission(); + if (_authorized) return; _authorized = await _requestStoragePermission(); @@ -63,33 +64,23 @@ class FileSystemService { } Future saveAudioList(List