Skip to content

Commit

Permalink
fixbug 横屏切换显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPyinzhiwei committed May 10, 2021
1 parent fc1e6ca commit 50ee909
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ class NewDetailActivity : BaseActivity() {
}

private fun showFull() {
orientationUtils?.run { if (isLand != 1) resolveByClick() }
binding.videoPlayer.startWindowFullscreen(this, true, false)
orientationUtils?.resolveByClick()
}

fun scrollTop() {
Expand Down

0 comments on commit 50ee909

Please sign in to comment.