diff --git a/src/app/mainview/components/CallOverlay.qml b/src/app/mainview/components/CallOverlay.qml index 2bd7002e..2a9beb8f 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()