From 851800e39abf3f59b9298f8a799648318c78e1ae Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sun, 14 Dec 2025 18:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E6=97=A0=E6=B3=95=E6=9B=B4=E6=8D=A2=E7=9A=84?= =?UTF-8?q?Bug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../winboll/studio/powerbell/utils/BackgroundSourceUtils.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index 5fd5bdb..be9dd01 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Dec 14 18:12:02 HKT 2025 +#Sun Dec 14 10:26:56 GMT 2025 stageCount=5 libraryProject= baseVersion=15.14 publishVersion=15.14.4 -buildCount=0 +buildCount=1 baseBetaVersion=15.14.5 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/utils/BackgroundSourceUtils.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/utils/BackgroundSourceUtils.java index 4ab4a4d..c187e1f 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/utils/BackgroundSourceUtils.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/utils/BackgroundSourceUtils.java @@ -235,7 +235,7 @@ public class BackgroundSourceUtils { String fileSuffix = UriUtils.getSuffixFromUri(mContext, uri); LogUtils.d(TAG, String.format("createAndUpdatePreviewEnvironmentForCropping: fileSuffix = %s", fileSuffix)); String newCropFileName = genNewCropFileName(); - mCropSourceFile = new File(fCropCacheDir, newCropFileName + File.separator + fileSuffix); + mCropSourceFile = new File(fCropCacheDir, newCropFileName + "." + fileSuffix); mCropResultFile = new File(fCropCacheDir, "SelectCompress_" + newCropFileName + ".png"); if (FileUtils.isFileExists(oldPreviewBackgroundBean.getBackgroundScaledCompressFilePath())) {