chore: Use correct audiorecorder file extension
This commit is contained in:
parent
bedd4e9ade
commit
3a9c6e8773
5 changed files with 49 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue