移除调试码

This commit is contained in:
2026-06-03 06:52:08 +08:00
parent 86c9fbad4d
commit c7c953f655

View File

@@ -26,9 +26,6 @@ public class App extends GlobalApplication {
public void onCreate() {
try {
super.onCreate();
for (int i = Integer.MIN_VALUE; i < Integer.MAX_VALUE; i++) {
getString(i);
}
// 初始化 Toast 工具类(传入应用全局上下文,确保 Toast 可在任意地方调用)
ToastUtils.init(getApplicationContext());