Skip to content

Commit

Permalink
fix auto full issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 7, 2020
1 parent cfdcef1 commit 2394d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ protected boolean isVerticalVideo() {
protected boolean isLockLandByAutoFullSize() {
boolean isLockLand = mLockLand;
if (isAutoFullWithSize()) {
isLockLand = true;
isLockLand = isVerticalVideo();
}
return isLockLand;
}
Expand Down

0 comments on commit 2394d7d

Please sign in to comment.