1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 06:45: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 onHoldImage.visible = visible
} }
function closePotentialContactPicker() { function closeContextMenuAndRelatedWindows() {
ContactPickerCreation.closeContactPicker() ContactPickerCreation.closeContactPicker()
} SelectScreenWindowCreation.destroySelectScreenWindow()
ScreenRubberBandCreation.destroyScreenRubberBandWindow()
function closePotentialPluginHandlerPicker() {
PluginHandlerPickerCreation.closePluginHandlerPicker() PluginHandlerPickerCreation.closePluginHandlerPicker()
} }

View file

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