diff --git a/Linphone/view/Page/Form/Call/NewCallForm.qml b/Linphone/view/Page/Form/Call/NewCallForm.qml index e57346008..ab28aab87 100644 --- a/Linphone/view/Page/Form/Call/NewCallForm.qml +++ b/Linphone/view/Page/Form/Call/NewCallForm.qml @@ -62,6 +62,7 @@ FocusScope { background: Item { anchors.fill: parent } + onVisibleChanged: if (!visible) mainItem.numPadPopup.close() contentItem: ColumnLayout { // anchors.fill: parent spacing: 10 * DefaultStyle.dp