diff --git a/powerbell/build.properties b/powerbell/build.properties index 1a153d4..f80fd9a 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Dec 22 10:20:00 HKT 2025 +#Mon Dec 22 02:21:51 GMT 2025 stageCount=20 libraryProject= baseVersion=15.14 publishVersion=15.14.19 -buildCount=0 +buildCount=1 baseBetaVersion=15.14.20 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java index 8655249..7eb369d 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/App.java @@ -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); // // // 初始化通知工具(若未初始化)