Fixed animation updating with small width for choosing sticker.
This commit is contained in:
parent
613f2ba708
commit
dabe83bd27
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue