From fa7925c4a23ee0ce2955f9e06de51cf116db70c2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 21 Jan 2022 09:30:59 +0100 Subject: [PATCH] Fix: Show composing in chat --- linphone-app/ui/modules/Linphone/Chat/Chat.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/linphone-app/ui/modules/Linphone/Chat/Chat.qml b/linphone-app/ui/modules/Linphone/Chat/Chat.qml index 87bdcb65b..05651ff3b 100644 --- a/linphone-app/ui/modules/Linphone/Chat/Chat.qml +++ b/linphone-app/ui/modules/Linphone/Chat/Chat.qml @@ -298,7 +298,6 @@ Rectangle { footer: Item{ implicitHeight: composersItem.implicitHeight width: parent.width - visible: composersItem.visible Text { id: composersItem property var composers : container.proxyModel.chatRoomModel.composers