mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Animated Sticker: Fix freeze on render
This commit is contained in:
parent
f7e46b6305
commit
b3beaca5fc
@ -170,7 +170,7 @@ const AnimatedSticker: FC<OwnProps> = ({
|
||||
if (play || playSegment) {
|
||||
if (isFrozen.current) {
|
||||
wasPlaying.current = true;
|
||||
} else if (!animation.isPlaying()) {
|
||||
} else {
|
||||
playAnimation(noLoop);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user