Compare commits
2 Commits
powerbell-
...
powerbell-
| Author | SHA1 | Date | |
|---|---|---|---|
| ca2323f534 | |||
| 851800e39a |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun Dec 14 18:12:02 HKT 2025
|
||||
stageCount=5
|
||||
#Sun Dec 14 18:30:51 HKT 2025
|
||||
stageCount=6
|
||||
libraryProject=
|
||||
baseVersion=15.14
|
||||
publishVersion=15.14.4
|
||||
publishVersion=15.14.5
|
||||
buildCount=0
|
||||
baseBetaVersion=15.14.5
|
||||
baseBetaVersion=15.14.6
|
||||
|
||||
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user