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
I set aspectRatioLockDimensionSwapEnabled to false to make crop area retain its orientation when an image is rotated. Here is how ImageCropper.cropImage() is envoked:
It doesn't work as expect when I pass custom value to aspectRatio setting. The aspectRatioLockDimensionSwapEnabled is being overriten to true.
The text was updated successfully, but these errors were encountered:
aleksei-a-savitski
changed the title
Aspect ratio loc doesn't work if custom aspect ratio is set
Aspect ratio lock doesn't work if custom aspect ratio is set
Nov 8, 2019
I set
aspectRatioLockDimensionSwapEnabled
tofalse
to make crop area retain its orientation when an image is rotated. Here is howImageCropper.cropImage()
is envoked:It doesn't work as expect when I pass custom value to
aspectRatio
setting. TheaspectRatioLockDimensionSwapEnabled
is being overriten totrue
.The text was updated successfully, but these errors were encountered: