chore: Follow up voice message button

This commit is contained in:
Christian Kußowski 2026-02-15 13:25:09 +01:00
commit c87e07843f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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: () =>