mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-31 01:42:18 +00:00
remove check for looping animation
This commit is contained in:
parent
f788f45081
commit
dd197d66fc
@ -355,8 +355,7 @@
|
||||
# pragma mark - Display Link
|
||||
|
||||
- (void)startDisplayLink {
|
||||
if (_animationState.animationIsPlaying == NO ||
|
||||
_animationState.loopAnimation) {
|
||||
if (_animationState.animationIsPlaying == NO) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user