mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Animate the chat background in Saved Messages.
This commit is contained in:
parent
67bafa02fe
commit
33936195a1
1 changed files with 1 additions and 1 deletions
|
@ -4929,7 +4929,7 @@ void HistoryWidget::startItemRevealAnimations() {
|
|||
1.,
|
||||
HistoryView::ListWidget::kItemRevealDuration,
|
||||
anim::easeOutCirc);
|
||||
if (item->out()) {
|
||||
if (item->out() || _history->peer->isSelf()) {
|
||||
controller()->rotateComplexGradientBackground();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue