回退到应用崩溃通知悬浮窗可用版本,并且修改通知跳转窗口。

This commit is contained in:
2025-11-30 17:04:24 +08:00
9 changed files with 184 additions and 683 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun Nov 30 04:34:18 GMT 2025
#Sun Nov 30 09:00:20 GMT 2025
stageCount=6
libraryProject=libappbase
baseVersion=15.11
publishVersion=15.11.5
buildCount=8
buildCount=9
baseBetaVersion=15.11.6

View File

@@ -22,8 +22,8 @@ public class App extends GlobalApplication {
@Override
public void onCreate() {
super.onCreate(); // 调用父类初始化逻辑(如基础库配置、全局上下文设置)
setIsDebugging(false);
//setIsDebugging(BuildConfig.DEBUG);
//setIsDebugging(false);
setIsDebugging(BuildConfig.DEBUG);
// 初始化 Toast 工具类(传入应用全局上下文,确保 Toast 可在任意地方调用)
ToastUtils.init(getApplicationContext());
}