mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various fixes
This commit is contained in:
parent
6266e0302a
commit
d86112541f
7 changed files with 41 additions and 13 deletions
|
|
@ -653,7 +653,7 @@ public final class DefaultAnimatedStickerNodeImpl: ASDisplayNode, AnimatedSticke
|
|||
|
||||
strongSelf.frameUpdated(frame.index, frame.totalFrames)
|
||||
strongSelf.currentFrameIndex = frame.index
|
||||
strongSelf.currentFrameCount = frame.totalFrames;
|
||||
strongSelf.currentFrameCount = frame.totalFrames
|
||||
strongSelf.currentFrameRate = frameRate
|
||||
|
||||
if frame.isLastFrame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue