mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Rotate background in ListWidget.
This commit is contained in:
parent
ce6f9f580f
commit
5a882d1fdc
1 changed files with 3 additions and 0 deletions
|
@ -1444,6 +1444,9 @@ void ListWidget::startItemRevealAnimations() {
|
|||
1.,
|
||||
kItemRevealDuration,
|
||||
anim::easeOutCirc);
|
||||
if (view->data()->out()) {
|
||||
controller()->rotateComplexGradientBackground();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue