Fix Chat bubble background changing color when created

Only enable the animating of the bubble background when the temporary highlight is applied to avoid it flashing white on entry.

BUG: 468124
This commit is contained in:
James Graham
2023-04-09 12:13:46 +00:00
committed by Tobias Fella
parent 3d2bcce99a
commit b4090d9671

View File

@@ -305,6 +305,7 @@ ColumnLayout {
border.width: 1
Behavior on color {
enabled: isTemporaryHighlighted
ColorAnimation {target: bubbleBackground; duration: Kirigami.Units.veryLongDuration; easing.type: Easing.InOutCubic}
}
}