mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fixed footer animation on switch of emoji selector in userpic builder.
This commit is contained in:
parent
097d04e2d4
commit
5558ac22f5
1 changed files with 3 additions and 0 deletions
|
@ -348,6 +348,9 @@ void EmojiSelector::createSelector(Type type) {
|
|||
selector.list->width() + scrollWidth,
|
||||
s.height() - rect::bottom(separator));
|
||||
}, lifetime());
|
||||
|
||||
// Reset all animations.
|
||||
selector.list->hideFinished();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue