Skip to content

Commit

Permalink
Fix can't display single frame gif
Browse files Browse the repository at this point in the history
  • Loading branch information
douknow committed Aug 13, 2023
1 parent 82da008 commit 1304d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Gifu/Classes/Animator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ public class Animator {
func startAnimating() {
if frameStore?.isAnimatable ?? false {
displayLink.isPaused = false
} else {
delegate.animatorHasNewFrame()
}
}

Expand Down

0 comments on commit 1304d59

Please sign in to comment.