diff --git a/OCH/mogo-och-common-module/src/main/java/com/mogo/och/common/module/wigets/video/VideoPlayerView.kt b/OCH/mogo-och-common-module/src/main/java/com/mogo/och/common/module/wigets/video/VideoPlayerView.kt index d5d218220a..49a1f1fc0a 100644 --- a/OCH/mogo-och-common-module/src/main/java/com/mogo/och/common/module/wigets/video/VideoPlayerView.kt +++ b/OCH/mogo-och-common-module/src/main/java/com/mogo/och/common/module/wigets/video/VideoPlayerView.kt @@ -381,7 +381,7 @@ class AdvancePagerAdapter(context: Context, viewPager: ViewPager) : PagerAdapter val videoView = (viewList[mViewPager.currentItem] as AdvanceVideoView) UiThreadHandler.postDelayed(Runnable { videoView.setCacheImageViewGone() - }, 1500) + }, 1000) } } @@ -532,6 +532,10 @@ class AdvanceGSYVideoPlayer : StandardGSYVideoPlayer { setViewShowState(mStartButton, INVISIBLE) setViewShowState(mTopContainer, INVISIBLE) setViewShowState(mLoadingProgressBar, INVISIBLE) + + setViewShowState(mThumbImageViewLayout, VISIBLE) + setViewShowState(mThumbImageView, VISIBLE) + setViewShowState( mLockScreen, INVISIBLE )