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