chore: Downgrade record back to 4.4.4
This commit is contained in:
parent
a9eb76983b
commit
0919d75b04
5 changed files with 30 additions and 47 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue