Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yuruizhe opened this issue Apr 25, 2017 · 1 comment
Closed

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

yuruizhe opened this issue Apr 25, 2017 · 1 comment
Labels

Comments

@yuruizhe
Copy link

yuruizhe commented Apr 25, 2017

版本号为: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 sheep0704 added the bug label May 9, 2017
@sheep0704
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants