源码检查,辅助提交。

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

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