fix: Dialogs

This commit is contained in:
Christian Pauly 2021-01-19 15:46:43 +01:00
commit e15a549375
11 changed files with 104 additions and 68 deletions

View file

@ -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);