build: Update record package

This commit is contained in:
krille-chan 2023-10-28 10:29:22 +02:00
commit 991bba2535
No known key found for this signature in database
5 changed files with 39 additions and 26 deletions

View file

@ -626,7 +626,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,
useRootNavigator: false,