Skip to content
Snippets Groups Projects
Unverified Commit 630d1b84 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

callpage: close popup on call ended

Change-Id: I0395cbe55b54507d9cc4b7c848ba2a74b73650ba
GitLab: #615
parent b34b8cf5
No related branches found
No related tags found
No related merge requests found
...@@ -84,11 +84,10 @@ Item { ...@@ -84,11 +84,10 @@ Item {
onHoldImage.visible = visible onHoldImage.visible = visible
} }
function closePotentialContactPicker() { function closeContextMenuAndRelatedWindows() {
ContactPickerCreation.closeContactPicker() ContactPickerCreation.closeContactPicker()
} SelectScreenWindowCreation.destroySelectScreenWindow()
ScreenRubberBandCreation.destroyScreenRubberBandWindow()
function closePotentialPluginHandlerPicker() {
PluginHandlerPickerCreation.closePluginHandlerPicker() PluginHandlerPickerCreation.closePluginHandlerPicker()
} }
......
...@@ -82,7 +82,7 @@ Rectangle { ...@@ -82,7 +82,7 @@ Rectangle {
} }
function closeContextMenuAndRelatedWindows() { function closeContextMenuAndRelatedWindows() {
callOverlay.closePotentialContactPicker() callOverlay.closeContextMenuAndRelatedWindows()
} }
function handleParticipantsInfo(infos) { function handleParticipantsInfo(infos) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment