Close button for "A call is in progress" banner doesn't always work
When opening a swarm conversation in which a call is in progress, a banner which the message "A call is in progress. Do you want to join the call?" is shown:
This banner can usually be closed by clicking on the 'X' button on the right, but this doesn't work when the swarm is the first conversation selected by the user after opening Jami. The issue seems to be that the onActiveCallsChanged
function in ChatView.qml
, which is responsible for setting the id
, uri
and device
properties of the NotificationArea
component underlying the banner, doesn't get called in this case. This is probably due to the activeCallsChanged
signal being sent before the ChatView
is loaded.