FinalTeam / RxGalleryFinal

图片选择库,单选/多选、拍照、裁剪、压缩,自定义。包括视频选择和录制。
https://github.com/FinalTeam/RxGalleryFinal
2.83k stars 513 forks source link

自定义剪裁比例函数失效 #114

Closed yuruizhe closed 7 years ago

yuruizhe commented 7 years ago

版本号为:1.0.2 rxGalleryFinal.cropAspectRatioOptions(0, new AspectRatio("1:1", 1, 1)); 这个函数调用无效。 原因如下: 在MediaGridFragment.radioNext(MediaBean)方法中的传参因未知原因被注释了(LINE:439) //AspectRatio []aspectRatios = mConfiguration.getAspectRatio(); //bundle.putParcelableArrayList(UCrop.Options.EXTRA_ASPECT_RATIO_OPTIONS,arrayList);//EXTRA_CONFIGURATION UCropActivity.setupAspectRatioWidget(Intent)方法有正常接收以上参数,但是因为没有传,所以使用默认值

sheep0704 commented 7 years ago

自定义剪裁比例函数失效----新版本1.0.3解决,下午发布;