diff --git a/Linphone/view/Page/Window/AbstractWindow.qml b/Linphone/view/Page/Window/AbstractWindow.qml index 9b1b472c..e8fcb319 100644 --- a/Linphone/view/Page/Window/AbstractWindow.qml +++ b/Linphone/view/Page/Window/AbstractWindow.qml @@ -137,6 +137,7 @@ ApplicationWindow { onClicked: { if (startCallPopup.currentCall) startCallPopup.currentCall.core.lTransferCall(modelData.address) else UtilsCpp.createCall(modelData.address, {'localVideoEnabled': startCallPopup.videoEnabled}) + startCallPopup.close() } } }