提交 67c95ac7 编写于 作者: S Shingwa Six 提交者: Zhang Rui

ios/player: fix IJKAVMoviePlayerController play in background or locked screen...

ios/player: fix IJKAVMoviePlayerController play in background or locked screen when it set pauseInBackground=YES
Signed-off-by: NZhang Rui <bbcallen@gmail.com>
上级 3797b19d
......@@ -741,7 +741,7 @@ static IJKAVMoviePlayerController* instance;
postNotificationName:IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification
object:self];
if (_shouldAutoplay)
if (_shouldAutoplay && (!_pauseInBackground || [UIApplication sharedApplication].applicationState == UIApplicationStateActive))
[_player play];
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册