From 3af96c7f1269baa95219590a6453b4f894a27669 Mon Sep 17 00:00:00 2001 From: Transformers Date: Mon, 18 May 2026 19:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96App.java=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E7=A8=8B=20-=20=E6=B7=BB=E5=8A=A0cc.winboll.?= =?UTF-8?q?studio.libappbase.BuildConfig=E5=AF=BC=E5=85=A5=20-=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4onCreate()=E4=B8=AD=E9=87=8D=E5=A4=8D=E7=9A=84super.on?= =?UTF-8?q?Create()=E8=B0=83=E7=94=A8=20-=20=E4=BC=98=E5=8C=96=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=A8=A1=E5=BC=8F=E8=AE=BE=E7=BD=AE=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E5=85=88=E6=A3=80=E6=9F=A5=E5=BD=93=E5=89=8D=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=8A=B6=E6=80=81=E5=90=8E=E5=86=8D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=20-=20=E4=BF=9D=E6=8C=81build.properties=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stallhelper/build.properties | 4 ++-- .../src/main/java/cc/winboll/studio/stallhelper/App.java | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/stallhelper/build.properties b/stallhelper/build.properties index dea15f7..bffe82a 100644 --- a/stallhelper/build.properties +++ b/stallhelper/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon May 18 09:01:09 GMT 2026 +#Mon May 18 19:10:32 CST 2026 stageCount=2 libraryProject= baseVersion=15.20 publishVersion=15.20.1 -buildCount=8 +buildCount=10 baseBetaVersion=15.20.2 diff --git a/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java b/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java index 095c241..c28dc06 100644 --- a/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java +++ b/stallhelper/src/main/java/cc/winboll/studio/stallhelper/App.java @@ -8,6 +8,7 @@ package cc.winboll.studio.stallhelper; import cc.winboll.studio.libaes.utils.WinBoLLActivityManager; import cc.winboll.studio.libappbase.GlobalApplication; import cc.winboll.studio.libappbase.ToastUtils; +import cc.winboll.studio.libappbase.BuildConfig; public class App extends GlobalApplication { @@ -17,8 +18,9 @@ public class App extends GlobalApplication { public void onCreate() { super.onCreate(); - super.onCreate(); - setIsDebugging(BuildConfig.DEBUG); + if (isDebugging() != true) { + setIsDebugging(BuildConfig.DEBUG); + } //setIsDebugging(false); WinBoLLActivityManager.init(this);