From 71a7674bfb59d4acc8a641092729afe0d9a56f43 Mon Sep 17 00:00:00 2001 From: pangfan Date: Wed, 1 Mar 2023 15:41:52 +0800 Subject: [PATCH] =?UTF-8?q?[M2-P=20v1.0.0]=E5=AE=A3=E4=BC=A0=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=85=A8=E5=B1=8F=E6=92=AD=E6=94=BE=EF=BC=88=E6=8B=89?= =?UTF-8?q?=E4=BC=B8=E9=93=BA=E6=BB=A1=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/bus/passenger/ui/widget/video/AdvanceGSYVideoPlayer.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OCH/mogo-och-bus-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/widget/video/AdvanceGSYVideoPlayer.kt b/OCH/mogo-och-bus-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/widget/video/AdvanceGSYVideoPlayer.kt index 7af0ea8fb7..0a55e1b913 100644 --- a/OCH/mogo-och-bus-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/widget/video/AdvanceGSYVideoPlayer.kt +++ b/OCH/mogo-och-bus-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/widget/video/AdvanceGSYVideoPlayer.kt @@ -3,6 +3,7 @@ package com.mogo.och.bus.passenger.ui.widget.video import android.content.Context import android.util.AttributeSet import com.shuyu.gsyvideoplayer.utils.Debuger +import com.shuyu.gsyvideoplayer.utils.GSYVideoType import com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer /** @@ -16,6 +17,7 @@ class AdvanceGSYVideoPlayer: StandardGSYVideoPlayer { init { hideWidget() + GSYVideoType.setShowType(com.shuyu.gsyvideoplayer.utils.GSYVideoType.SCREEN_MATCH_FULL) } override fun hideAllWidget() {