hotfix(@desktop/chat): Removed the condition that was causing the chat highlight animation to run each time it was visible
This commit is contained in:
parent
3271aff7c7
commit
6deb900ac5
|
@ -172,7 +172,6 @@ Item {
|
||||||
|
|
||||||
SequentialAnimation {
|
SequentialAnimation {
|
||||||
id: messageFoundAnimation
|
id: messageFoundAnimation
|
||||||
running: visible
|
|
||||||
PauseAnimation {
|
PauseAnimation {
|
||||||
duration: 600
|
duration: 600
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue