mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed animation updating with small width for choosing sticker.
This commit is contained in:
@@ -373,8 +373,8 @@ bool SendActionPainter::updateNeedsAnimating(crl::time now, bool force) {
|
||||
|| (sendActionResult && !anim::Disabled())) {
|
||||
_history->peer->owner().sendActionManager().updateAnimation({
|
||||
_history,
|
||||
_animationLeft,
|
||||
_sendActionAnimation.width(),
|
||||
0,
|
||||
_sendActionAnimation.width() + _animationLeft,
|
||||
st::normalFont->height,
|
||||
(force || sendActionChanged)
|
||||
});
|
||||
|
Reference in New Issue
Block a user