From c87e07843f538b1b3649c4c3fd23a44264bb7c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 15 Feb 2026 13:25:09 +0100 Subject: [PATCH] chore: Follow up voice message button --- lib/pages/chat/chat_input_row.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_input_row.dart b/lib/pages/chat/chat_input_row.dart index f6e1835d2..d24b6e233 100644 --- a/lib/pages/chat/chat_input_row.dart +++ b/lib/pages/chat/chat_input_row.dart @@ -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: () =>