Animate the chat background in Saved Messages.

This commit is contained in:
John Preston 2021-08-18 11:33:37 +03:00
parent 67bafa02fe
commit 33936195a1

View file

@ -4929,7 +4929,7 @@ void HistoryWidget::startItemRevealAnimations() {
1.,
HistoryView::ListWidget::kItemRevealDuration,
anim::easeOutCirc);
if (item->out()) {
if (item->out() || _history->peer->isSelf()) {
controller()->rotateComplexGradientBackground();
}
}