diff --git a/RCTVideo.m b/RCTVideo.m index 44879f3f..9f52a3d0 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -425,12 +425,12 @@ static NSString *const playbackRate = @"rate"; - (void)setPlayInBackground:(BOOL)playInBackground { - _playInBackground = playInBackground; + _playInBackground = playInBackground; } - (void)setPlayWhenInactive:(BOOL)playWhenInactive { - _playWhenInactive = playWhenInactive; + _playWhenInactive = playWhenInactive; } - (void)setPaused:(BOOL)paused