Skip to content

Commit

Permalink
Merge pull request #1 from perfectionaq/fix-issue-495
Browse files Browse the repository at this point in the history
fix infinite loop crash - issue Juanpe#495
  • Loading branch information
perfectionaq authored Jul 14, 2024
2 parents 30c92f0 + 3433287 commit b733356
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ extension UIView {

@objc func skeletonLayoutSubviews() {
guard Thread.isMainThread else { return }
skeletonLayoutSubviews()
guard sk.isSkeletonActive else { return }
layoutSkeletonIfNeeded()
}
Expand Down

0 comments on commit b733356

Please sign in to comment.