取消窗口创建时的吐司调试信息。

This commit is contained in:
2026-01-13 15:36:23 +08:00
parent aa2e8e1a72
commit 05a1fb1302
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Jan 13 15:29:50 HKT 2026
#Tue Jan 13 07:35:02 GMT 2026
stageCount=4
libraryProject=libaes
baseVersion=15.15
publishVersion=15.15.3
buildCount=0
buildCount=1
baseBetaVersion=15.15.4

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Jan 13 15:29:29 HKT 2026
#Tue Jan 13 07:35:02 GMT 2026
stageCount=4
libraryProject=libaes
baseVersion=15.15
publishVersion=15.15.3
buildCount=0
buildCount=1
baseBetaVersion=15.15.4

View File

@@ -25,7 +25,7 @@ public abstract class BaseWinBoLLActivity extends AppCompatActivity implements I
setThemeStyle();
super.onCreate(savedInstanceState);
WinBoLLActivityManager.getInstance().add(this);
ToastUtils.show(getTag() + ": onCreate");
//ToastUtils.show(getTag() + ": onCreate");
}
AESThemeBean.ThemeType getThemeType() {