diff --git a/ui/modules/Linphone/Calls/Calls.qml b/ui/modules/Linphone/Calls/Calls.qml index 89309129c..b6f95bae9 100644 --- a/ui/modules/Linphone/Calls/Calls.qml +++ b/ui/modules/Linphone/Calls/Calls.qml @@ -93,9 +93,7 @@ ListView { // --------------------------------------------------------------------------- header: ConferenceControls { - readonly property bool isSelected: calls.currentIndex === -1 && - calls._selectedCall == null && - visible + readonly property bool isSelected: calls.currentIndex === -1 && calls._selectedCall == null height: visible ? ConferenceControlsStyle.height : 0 width: parent.width