RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

设置裁剪路径第一次不生效

Open zzxzzg opened this issue 7 years ago • 1 comments

调用 RxGalleryFinalApi.setImgSaveRxCropDir(...) 设置裁剪路劲。 但是在 public void onLoadFile() { //没有的话就默认路径 if (getImageStoreDirByFile() == null && getImageStoreDirByStr() == null) { mImageStoreDir = new File(Environment.getExternalStorageDirectory(), "/DCIM/IMMQY/"); setImageStoreCropDir(mImageStoreDir); } ..... } 方法中,如果图片存储路径为空,那么会连带着设置裁剪路径为默认值,导致之前的调用设置失效。

zzxzzg avatar Dec 19 '17 03:12 zzxzzg

GET,thanks

sheep0704 avatar Dec 19 '17 07:12 sheep0704