fix: Recording dialog buttons

onboarding
Christian Pauly 4 years ago
parent fa66da8494
commit 9f91bf349c

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

Loading…
Cancel
Save