From 1d298e8d433f39ef32e2a0476501b4577d07bccb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Thu, 14 Jul 2022 16:02:36 -0400
Subject: [PATCH] calloverlay: close sip dialpad popup if call finishes

Change-Id: I7c4eafc03a4c8e0e1bc5c643e04c27b5655c251c
GitLab: #669
---
 src/app/mainview/components/CallOverlay.qml | 1 +
 1 file changed, 1 insertion(+)

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