chore: Use correct audiorecorder file extension

This commit is contained in:
krille-chan 2023-10-29 14:01:29 +01:00
commit 3a9c6e8773
No known key found for this signature in database
5 changed files with 49 additions and 29 deletions

View file

@ -621,7 +621,7 @@ class ChatController extends State<ChatPageWithRoom> {
}
}
if (await Record().hasPermission() == false) return;
if (await AudioRecorder().hasPermission() == false) return;
final result = await showDialog<RecordingResult>(
context: context,
barrierDismissible: false,