diff --git a/powerbell/build.properties b/powerbell/build.properties index 0052a99..228f6df 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Dec 22 10:04:49 HKT 2025 +#Mon Dec 22 02:12:57 GMT 2025 stageCount=19 libraryProject= baseVersion=15.14 publishVersion=15.14.18 -buildCount=0 +buildCount=1 baseBetaVersion=15.14.19 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java index 89b6ef8..fd307e9 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java @@ -149,7 +149,7 @@ public class BackgroundView extends RelativeLayout { return; } - //mIvBackground.setVisibility(View.GONE); + mIvBackground.setVisibility(View.GONE); // ======================== 新增:路径判断逻辑 ======================== // 1. 路径未变化:直接使用缓存 @@ -269,7 +269,7 @@ public class BackgroundView extends RelativeLayout { params.height = ivHeight; mIvBackground.setLayoutParams(params); mIvBackground.setScaleType(ScaleType.FIT_CENTER); - //mIvBackground.setVisibility(View.VISIBLE); + mIvBackground.setVisibility(View.VISIBLE); } }