2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-31 12:27:27 +02:00

fix: Recording dialog buttons

This commit is contained in:
Christian Pauly 2021-05-31 19:13:57 +02:00
parent 01093c7e3d
commit ebbdf9abef

@ -115,6 +115,7 @@ class _RecordingDialogState extends State<RecordingDialog> {
.pop<String>(_recordedPath);
},
child: Row(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Text(L10n.of(context).send.toUpperCase()),
SizedBox(width: 4),