提交 2394d7da 编写于 作者: G guoshuyu

fix auto full issue

上级 cfdcef17
......@@ -518,7 +518,7 @@ public abstract class GSYBaseVideoPlayer extends GSYVideoControlView {
protected boolean isLockLandByAutoFullSize() {
boolean isLockLand = mLockLand;
if (isAutoFullWithSize()) {
isLockLand = true;
isLockLand = isVerticalVideo();
}
return isLockLand;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册