diff --git a/powerbell/build.properties b/powerbell/build.properties index d584d15..10ef7fc 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Apr 14 12:57:01 GMT 2025 +#Mon Apr 14 14:22:32 GMT 2025 stageCount=3 libraryProject= baseVersion=15.2 publishVersion=15.2.2 -buildCount=3 +buildCount=6 baseBetaVersion=15.2.3 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java index ea49fce..d8eaaa0 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java @@ -308,6 +308,7 @@ public class MainViewFragment extends Fragment { String szBackgroundFilePath = BackgroundPictureUtils.getInstance(getActivity()).getBackgroundDir() + BackgroundPictureActivity.getBackgroundFileName(); File fBackgroundFilePath = new File(szBackgroundFilePath); LogUtils.d(TAG, "szBackgroundFilePath : " + szBackgroundFilePath); + LogUtils.d(TAG, String.format("fBackgroundFilePath.exists() %s", fBackgroundFilePath.exists())); if (bean.isUseBackgroundFile() && fBackgroundFilePath.exists()) { Drawable drawableBackground = Drawable.createFromPath(szBackgroundFilePath); drawableBackground.setAlpha(120);