chore: Follow up send button

This commit is contained in:
krille-chan 2026-02-15 20:50:20 +01:00
parent c87e07843f
commit 10a138bb6f
No known key found for this signature in database

View file

@ -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,