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 {
onHoldImage.visible = visible
}
function closePotentialContactPicker() {
function closeContextMenuAndRelatedWindows() {
ContactPickerCreation.closeContactPicker()
}
function closePotentialPluginHandlerPicker() {
SelectScreenWindowCreation.destroySelectScreenWindow()
ScreenRubberBandCreation.destroyScreenRubberBandWindow()
PluginHandlerPickerCreation.closePluginHandlerPicker()
}
......
......@@ -82,7 +82,7 @@ Rectangle {
}
function closeContextMenuAndRelatedWindows() {
callOverlay.closePotentialContactPicker()
callOverlay.closeContextMenuAndRelatedWindows()
}
function handleParticipantsInfo(infos) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment