diff --git a/ios/Video/RCTVideo.swift b/ios/Video/RCTVideo.swift index 8c4dfacc..c29f4c7c 100644 --- a/ios/Video/RCTVideo.swift +++ b/ios/Video/RCTVideo.swift @@ -197,7 +197,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH @objc func applicationWillEnterForeground(notification:NSNotification!) { self.applyModifiers() - if _playInBackground { + if !_playInBackground { _playerLayer?.player = _player _playerViewController?.player = _player }