mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 00:08:13 +00:00
Added spinner on each participant in conference until call is answered
This commit is contained in:
parent
786b2cb752
commit
b080b712dc
1 changed files with 9 additions and 0 deletions
|
|
@ -159,6 +159,15 @@ Rectangle {
|
|||
}
|
||||
|
||||
username: contactDescription.username
|
||||
|
||||
BusyIndicator {
|
||||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
visible: $call && $call.status === CallModel.CallStatusOutgoing
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue