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:
parent
b34b8cf523
commit
630d1b844e
2 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeContextMenuAndRelatedWindows() {
|
function closeContextMenuAndRelatedWindows() {
|
||||||
callOverlay.closePotentialContactPicker()
|
callOverlay.closeContextMenuAndRelatedWindows()
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleParticipantsInfo(infos) {
|
function handleParticipantsInfo(infos) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue