build: Update record package
This commit is contained in:
parent
8d64a1399f
commit
3d4ddeaa40
5 changed files with 40 additions and 26 deletions
|
|
@ -610,7 +610,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