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:
Khushboo Mehta 2022-06-29 17:40:34 +02:00 committed by Iuri Matias
parent 3271aff7c7
commit 6deb900ac5
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ Item {
SequentialAnimation {
id: messageFoundAnimation
running: visible
PauseAnimation {
duration: 600
}