From 10a138bb6f24051d0b0a282f3d6256c9435d89e8 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 15 Feb 2026 20:50:20 +0100 Subject: [PATCH] chore: Follow up send 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 d24b6e233..d7afb895c 100644 --- a/lib/pages/chat/chat_input_row.dart +++ b/lib/pages/chat/chat_input_row.dart @@ -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,