chore: Follow up send button
This commit is contained in:
parent
c87e07843f
commit
10a138bb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ class ChatInputRow extends StatelessWidget {
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child:
|
child:
|
||||||
PlatformInfos.platformCanRecord &&
|
PlatformInfos.platformCanRecord &&
|
||||||
!controller.sendController.text.isNotEmpty ||
|
!controller.sendController.text.isNotEmpty &&
|
||||||
controller.editEvent == null
|
controller.editEvent == null
|
||||||
? IconButton(
|
? IconButton(
|
||||||
tooltip: L10n.of(context).voiceMessage,
|
tooltip: L10n.of(context).voiceMessage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue