diff --git a/Example/SJVideoPlayer/Demos/DY/List/SJDYTableViewCell.m b/Example/SJVideoPlayer/Demos/DY/List/SJDYTableViewCell.m index d09410015..1c499fd84 100644 --- a/Example/SJVideoPlayer/Demos/DY/List/SJDYTableViewCell.m +++ b/Example/SJVideoPlayer/Demos/DY/List/SJDYTableViewCell.m @@ -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; }