From 7be2d3df594cc0da826195b3fceac7eb9788ce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 14 Feb 2026 22:05:14 +0100 Subject: [PATCH] chore: Follow up chat input row --- lib/pages/chat/chat_input_row.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_input_row.dart b/lib/pages/chat/chat_input_row.dart index 1303e36e6..f6e1835d2 100644 --- a/lib/pages/chat/chat_input_row.dart +++ b/lib/pages/chat/chat_input_row.dart @@ -358,7 +358,10 @@ class ChatInputRow extends StatelessWidget { height: height, width: height, alignment: Alignment.center, - child: PlatformInfos.platformCanRecord && !textMessageOnly + child: + PlatformInfos.platformCanRecord && + !controller.sendController.text.isNotEmpty || + controller.editEvent != null ? IconButton( tooltip: L10n.of(context).voiceMessage, onPressed: () =>