|
|
|
|
@ -868,7 +868,6 @@ public class VideoActivity extends BaseActivity implements Clock.Callback, Custo |
|
|
|
|
setRequestedOrientation(mPlayers.isPortrait() ? ActivityInfo.SCREEN_ORIENTATION_USER_PORTRAIT : ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE); |
|
|
|
|
mBinding.control.full.setVisibility(View.GONE); |
|
|
|
|
setRotate(mPlayers.isPortrait(), true); |
|
|
|
|
mDanmakuContext.setScaleTextSize(1.0f); |
|
|
|
|
Util.hideSystemUI(this); |
|
|
|
|
App.post(mR3, 2000); |
|
|
|
|
hideControl(); |
|
|
|
|
@ -880,7 +879,6 @@ public class VideoActivity extends BaseActivity implements Clock.Callback, Custo |
|
|
|
|
App.post(() -> mBinding.episode.scrollToPosition(mEpisodeAdapter.getPosition()), 50); |
|
|
|
|
mBinding.control.full.setVisibility(View.VISIBLE); |
|
|
|
|
mBinding.video.setLayoutParams(mFrameParams); |
|
|
|
|
mDanmakuContext.setScaleTextSize(0.8f); |
|
|
|
|
setRotate(false, false); |
|
|
|
|
App.post(mR3, 2000); |
|
|
|
|
hideControl(); |
|
|
|
|
|