From c85772009c1268a9607281559de0178ea66ff5d4 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Mon, 8 Nov 2021 18:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BB=86=E8=8A=82bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/community/community_view/class_details.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/community/community_view/class_details.dart b/lib/community/community_view/class_details.dart index 18a25480..1c2f8df3 100644 --- a/lib/community/community_view/class_details.dart +++ b/lib/community/community_view/class_details.dart @@ -369,7 +369,7 @@ class _ClassDetails extends State with WidgetsBindingObserver{ //自动播放 looping: false, //循环播放 - allowFullScreen: false, + allowFullScreen: true, // 拖动条样式颜色 materialProgressColors: chewie.ChewieProgressColors( playedColor: Colors.white,