Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Jan 29, 2024
1 parent 850a4e6 commit 01550df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ios/Video/RCTVideo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,9 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
_eventDispatcher = eventDispatcher

#if os(iOS)
_pip = RCTPictureInPicture(
{ [weak self] in
_pip = RCTPictureInPicture({ [weak self] in
self?._onPictureInPictureStatusChanged()
},
{ [weak self] in
}, { [weak self] in
self?._onRestoreUserInterfaceForPictureInPictureStop()
}
)
Expand Down

0 comments on commit 01550df

Please sign in to comment.