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,
|
||||
child:
|
||||
PlatformInfos.platformCanRecord &&
|
||||
!controller.sendController.text.isNotEmpty ||
|
||||
!controller.sendController.text.isNotEmpty &&
|
||||
controller.editEvent == null
|
||||
? IconButton(
|
||||
tooltip: L10n.of(context).voiceMessage,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue