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