1.ADSWindowManager单例中handler会造成内存泄漏进行纠正

2.CategoryApp 删除多余单例再次初始化
3.第三方日志开关和本应用日志为统一一个开关
This commit is contained in:
2025-12-12 15:41:09 +08:00
parent 81e5f90ab8
commit 540e24d5eb
3 changed files with 10 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ public class CategoryAppPresenter {
public CategoryAppPresenter(Context context,AppnetCallback appnetCallback) {
this.mAppnetCallback = appnetCallback;
AppManager.init(context);
//AppManager.init(context);
}