chore: Downgrade record back to 4.4.4

This commit is contained in:
Krille 2023-10-30 16:32:21 +01:00
commit 0919d75b04
No known key found for this signature in database
5 changed files with 30 additions and 47 deletions

View file

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