Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelVerdon committed Mar 4, 2025
1 parent c625f10 commit 8c1f17f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class _AudioPageState extends State<AudioPage> {
}

final dir = Directory(
'${(await getApplicationDocumentsDirectory()).path}/libs/recordings',
);
'${(await getApplicationDocumentsDirectory()).path}/libs/recordings',
);

// ignore: avoid_slow_async_io
if (!await dir.exists()) {
Expand Down

0 comments on commit 8c1f17f

Please sign in to comment.