fix: Voice message recording dialog
This commit is contained in:
parent
fc4dafd8dc
commit
29ad74e3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class _ChatState extends State<Chat> {
|
||||||
String result;
|
String result;
|
||||||
await showDialog(
|
await showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => RecordingDialog(
|
builder: (c) => RecordingDialog(
|
||||||
onFinished: (r) => result = r,
|
onFinished: (r) => result = r,
|
||||||
l10n: L10n.of(context),
|
l10n: L10n.of(context),
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue