From daad1aeb98c7e055ad8fa8892d05ef3d6c8b1058 Mon Sep 17 00:00:00 2001 From: liujing Date: Mon, 9 Nov 2020 15:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=A7=86=E9=A2=91=E8=BE=B9?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=BE=B9=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/module/v2x/scenario/scene/road/V2XRoadVideoWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/road/V2XRoadVideoWindow.java b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/road/V2XRoadVideoWindow.java index a1b26264dc..e096f6a17f 100644 --- a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/road/V2XRoadVideoWindow.java +++ b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/road/V2XRoadVideoWindow.java @@ -72,7 +72,7 @@ public class V2XRoadVideoWindow extends RelativeLayout implements thumbnailImage = this.findViewById(R.id.thumbnail_image); simpleCoverVideoPlayer = this.findViewById(R.id.roadVideoView); GSYVideoType.setShowType(SCREEN_MATCH_FULL); - + gsyVideoOptionBuilder.setCacheWithPlay(false); closeImage = this.findViewById(R.id.roadVideoClose); closeImage.setOnClickListener(v -> { close();