fix: Dialogs
This commit is contained in:
parent
8dea412782
commit
e15a549375
11 changed files with 104 additions and 68 deletions
|
|
@ -265,6 +265,7 @@ class _ChatState extends State<Chat> {
|
|||
context: context,
|
||||
builder: (context) => RecordingDialog(
|
||||
onFinished: (r) => result = r,
|
||||
l10n: L10n.of(context),
|
||||
));
|
||||
if (result == null) return;
|
||||
final audioFile = File(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue