mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-04 06:03:21 +02:00
ongoingpage: connect signal if root is visible
Change-Id: I7615659a7efa6ab769024aea16e836b7c206563a
This commit is contained in:
parent
e8edb15350
commit
4c767495c5
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ Rectangle {
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: MessagesAdapter
|
target: MessagesAdapter
|
||||||
|
enabled: root.visible
|
||||||
|
|
||||||
function onNewInteraction(interactionType) {
|
function onNewInteraction(interactionType) {
|
||||||
// Ignore call notifications, as we are in the call.
|
// Ignore call notifications, as we are in the call.
|
||||||
|
|
Loading…
Add table
Reference in a new issue