chore: Downgrade record

This commit is contained in:
krille-chan 2023-10-29 13:04:45 +01:00
commit fd22b4330e
No known key found for this signature in database
5 changed files with 22 additions and 35 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,