From 013d5ff5a0dfcf3b023dcb2771154c7f6047d351 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sat, 25 Jul 2020 14:25:44 +0800 Subject: [PATCH] Bug Fix --- source/SkyAutoplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index f8c8b7b..8b1276c 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -1964,7 +1964,7 @@ gui.dialogs.showProgressDialog(function(o) { element.v_relative = new android.widget.RelativeLayout(ctx); element.v_relative.setLayoutParams(new android.widget.LinearLayout.LayoutParams(-1, -2)); - element.downloading = false; + element.isShowingStatusBar = false; if(element.type == -1) { element.v_info = new android.widget.ImageView(ctx);