mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
selector.list->width() + scrollWidth,
|
||||||
s.height() - rect::bottom(separator));
|
s.height() - rect::bottom(separator));
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
|
// Reset all animations.
|
||||||
|
selector.list->hideFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Add table
Reference in a new issue