1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 22:35:45 +02:00

callpage: close popup on call ended

Change-Id: I0395cbe55b54507d9cc4b7c848ba2a74b73650ba
GitLab: #615
This commit is contained in:
Sébastien Blin 2021-12-06 10:44:56 -05:00
parent b34b8cf523
commit 630d1b844e
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9
2 changed files with 4 additions and 5 deletions

View file

@ -84,11 +84,10 @@ Item {
onHoldImage.visible = visible
}
function closePotentialContactPicker() {
function closeContextMenuAndRelatedWindows() {
ContactPickerCreation.closeContactPicker()
}
function closePotentialPluginHandlerPicker() {
SelectScreenWindowCreation.destroySelectScreenWindow()
ScreenRubberBandCreation.destroyScreenRubberBandWindow()
PluginHandlerPickerCreation.closePluginHandlerPicker()
}

View file

@ -82,7 +82,7 @@ Rectangle {
}
function closeContextMenuAndRelatedWindows() {
callOverlay.closePotentialContactPicker()
callOverlay.closeContextMenuAndRelatedWindows()
}
function handleParticipantsInfo(infos) {