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:
|
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,
|
||||||
onPressed: () =>
|
onPressed: () =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue