From 73ef6d9818581715d90b3b3e95b0a20e8f326a83 Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Fri, 10 Mar 2023 11:59:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=A7=86=E9=A2=91=E8=BD=AE=E6=92=AD]=20?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=B0=81=E9=9D=A2=E6=B6=88=E5=A4=B1=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=AE=BE=E7=BD=AE=E6=88=901s,=20=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/och/common/module/wigets/video/VideoPlayerView.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 )