From 21cb2657cad4a08d13a846b843f7a225d44bd590 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Apr 2021 14:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/history.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/parts/scenes/history.lua b/parts/scenes/history.lua index 37e5357e..cde4e164 100644 --- a/parts/scenes/history.lua +++ b/parts/scenes/history.lua @@ -1,13 +1,8 @@ local scene={} -local inited - function scene.sceneInit() BG.set("cubes") - if not inited then - inited=true - WIDGET.active.texts:setTexts(require"parts.updateLog") - end + WIDGET.active.texts:setTexts(require"parts.updateLog") if newVersionLaunch then newVersionLaunch=false end