Compare commits

..

2 Commits

Author SHA1 Message Date
61b7afa4b5 <powerbell>APK 15.14.20 release Publish. 2025-12-22 10:25:46 +08:00
8e4c7a6832 添加位图缓存 2025-12-22 10:24:29 +08:00
2 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Dec 22 10:20:00 HKT 2025
stageCount=20
#Mon Dec 22 10:25:46 HKT 2025
stageCount=21
libraryProject=
baseVersion=15.14
publishVersion=15.14.19
publishVersion=15.14.20
buildCount=0
baseBetaVersion=15.14.20
baseBetaVersion=15.14.21

View File

@@ -149,6 +149,8 @@ public class App extends GlobalApplication {
super.onTrimMemory(level);
LogUtils.d(TAG, "onTrimMemory() 调用内存等级level" + level);
sMemoryCachedBackgroundView.clearAllCache();
sBitmapCacheUtils.clearAllCache();
sBitmapCacheUtils = BitmapCacheUtils.getInstance();
sMemoryCachedBackgroundView.getLastInstance(this);
//
// // 初始化通知工具(若未初始化)