Skip to content

Commit

Permalink
Update SJDYTableViewCell.m
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Mar 12, 2021
1 parent 322fec7 commit e641a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/SJVideoPlayer/Demos/DY/List/SJDYTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ - (instancetype)init {
self.autoplayWhenSetNewAsset = NO;
self.autoManageViewToFitOnScreenOrRotation = NO;
self.rotationManager.disabledAutorotation = YES;
self.pauseWhenAppDidEnterBackground = NO;
self.pauseWhenAppDidEnterBackground = YES;
self.resumePlaybackWhenScrollAppeared = NO;
self.resumePlaybackWhenAppDidEnterForeground = NO;
}
Expand Down

0 comments on commit e641a03

Please sign in to comment.