From 08577e8b57eae263734d735a70db24f4707a76e9 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 19 Sep 2022 16:42:46 +0200 Subject: [PATCH] Hide action buttons while preparing the video conference. --- linphone-app/ui/views/App/Calls/Incall.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linphone-app/ui/views/App/Calls/Incall.qml b/linphone-app/ui/views/App/Calls/Incall.qml index 649cd007b..400481ced 100644 --- a/linphone-app/ui/views/App/Calls/Incall.qml +++ b/linphone-app/ui/views/App/Calls/Incall.qml @@ -135,7 +135,7 @@ Rectangle { isCustom: true backgroundRadius: width/2 colorSet: IncallStyle.buttons.callsList - visible: !listCallsOpened + visible: !listCallsOpened && mainItem.isReady onClicked: openListCallsRequest() } ActionButton{ @@ -183,7 +183,7 @@ Rectangle { // Title Item{ Layout.fillWidth: true - Layout.fillHeight: true + Layout.preferredHeight: title.contentHeight ColumnLayout{ anchors.fill: parent Text{ @@ -528,6 +528,7 @@ Rectangle { anchors.bottomMargin: 30 anchors.rightMargin: 25 height: 60 + visible: mainItem.isReady ActionButton{ isCustom: true backgroundRadius: width/2