Fixed footer animation on switch of emoji selector in userpic builder.

This commit is contained in:
23rd 2023-01-31 13:36:57 +03:00 committed by John Preston
parent 097d04e2d4
commit 5558ac22f5
1 changed files with 3 additions and 0 deletions

View File

@ -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