Skip to content

Commit

Permalink
chore: swift lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas committed Feb 10, 2025
1 parent 6ba2638 commit 51ca930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Video/RCTVideo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
@objc
func handleRotation() {
DispatchQueue.main.async { [weak self] in
guard let self = self else { return }
guard let self else { return }

self.setNeedsLayout()
self.layoutIfNeeded()
Expand Down

0 comments on commit 51ca930

Please sign in to comment.