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