You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
UCrop.getOutputCropAspectRatio(data) crashes
What is the expected behavior?
Needs to return float aspect ratio
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
So from what I can see this method returns parcelable extra of intent instead of float extra. When I manually did that to get intent extras instead of using method, it worked.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
UCrop.getOutputCropAspectRatio(data) crashes
What is the expected behavior?
Needs to return float aspect ratio
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
So from what I can see this method returns parcelable extra of intent instead of float extra. When I manually did that to get intent extras instead of using method, it worked.
The text was updated successfully, but these errors were encountered: