源码检查,辅助提交。

This commit is contained in:
ZhanGSKen 2025-04-15 19:45:34 +08:00
parent 6a0510e76c
commit e1dadfa41c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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);