mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-13 07:29:29 +01:00
fix: Voice message recording dialog
This commit is contained in:
parent
38e8e1bce1
commit
d273b2ad84
@ -263,7 +263,7 @@ class _ChatState extends State<Chat> {
|
||||
String result;
|
||||
await showDialog(
|
||||
context: context,
|
||||
builder: (context) => RecordingDialog(
|
||||
builder: (c) => RecordingDialog(
|
||||
onFinished: (r) => result = r,
|
||||
l10n: L10n.of(context),
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user