diff --git a/src/app/mainview/components/CallOverlay.qml b/src/app/mainview/components/CallOverlay.qml index 2bd7002e20bc1500274552a75f513ef30d66f1a3..2a9beb8f2b00d0e6ba4aa9c6700b649201ac53a6 100644 --- a/src/app/mainview/components/CallOverlay.qml +++ b/src/app/mainview/components/CallOverlay.qml @@ -80,6 +80,7 @@ Item { function closeContextMenuAndRelatedWindows() { ContactPickerCreation.closeContactPicker() + sipInputPanel.close() SelectScreenWindowCreation.destroySelectScreenWindow() ScreenRubberBandCreation.destroyScreenRubberBandWindow() PluginHandlerPickerCreation.closePluginHandlerPicker()