mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-22 21:42:35 +01:00
fix: Recording dialog buttons
This commit is contained in:
parent
01093c7e3d
commit
ebbdf9abef
@ -115,6 +115,7 @@ class _RecordingDialogState extends State<RecordingDialog> {
|
|||||||
.pop<String>(_recordedPath);
|
.pop<String>(_recordedPath);
|
||||||
},
|
},
|
||||||
child: Row(
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(L10n.of(context).send.toUpperCase()),
|
Text(L10n.of(context).send.toUpperCase()),
|
||||||
SizedBox(width: 4),
|
SizedBox(width: 4),
|
||||||
|
Loading…
Reference in New Issue
Block a user