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:
committed by
Tobias Fella
parent
3d2bcce99a
commit
b4090d9671
@@ -305,6 +305,7 @@ ColumnLayout {
|
||||
border.width: 1
|
||||
|
||||
Behavior on color {
|
||||
enabled: isTemporaryHighlighted
|
||||
ColorAnimation {target: bubbleBackground; duration: Kirigami.Units.veryLongDuration; easing.type: Easing.InOutCubic}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user