Skip to content
Snippets Groups Projects
Commit 9c6bdec0 authored by Capucine Berthet's avatar Capucine Berthet Committed by Sébastien Blin
Browse files

active call message: make the border continue when 2nd message

GitLab: #1509
Change-Id: Ie0d3699f86bd7f7ceffbde1b7d2bff7790919ecf
parent ce8381e8
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ SBSMessageBase {
function onActiveCallsChanged() {
root.isActive = LRCInstance.indexOfActiveCall(ConfId, ActionUri, DeviceId) !== -1;
if (root.isActive) {
bubble.mask.border.color = CurrentConversation.color;
bubble.mask.border.width = 1.5;
bubble.mask.z = -2;
}
}
}
......
......@@ -24,6 +24,7 @@ Rectangle {
property bool out: true
property int type: MsgSeq.single
property bool isReply: false
property alias mask: mask
Rectangle {
id: maskReplyBorder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment