Skip to content

Commit

Permalink
Merge pull request #1 from MashfiqueA/MashfiqueA-patch-1
Browse files Browse the repository at this point in the history
Update UIView+Swizzling.swift
  • Loading branch information
MashfiqueA authored Oct 3, 2024
2 parents 30c92f0 + 7b2c250 commit fc1b62c
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 fc1b62c

Please sign in to comment.