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