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:
parent
b34b8cf523
commit
630d1b844e
2 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue