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
Currently, it's constructed via XML attributes, however when using that View programmatically there's no real way to pass in a CropImageOptions to configure it
I wanted to use #390 only to realize that there's no way for me to actually use it.
Maybe the options would also need to be splitted since CropImageView calls into CropOverlayView which calls into CropWindowHandler and they are all sharing the same options. Seems like each should have their own.
The text was updated successfully, but these errors were encountered:
Let's keep this mess organised! This issue has been automatically marked as stale because it has not had recent activity. =( It will be closed if no further activity occurs. Thank you for your contributions.
Currently, it's constructed via XML attributes, however when using that View programmatically there's no real way to pass in a
CropImageOptions
to configure itI wanted to use #390 only to realize that there's no way for me to actually use it.
Maybe the options would also need to be splitted since
CropImageView
calls intoCropOverlayView
which calls intoCropWindowHandler
and they are all sharing the same options. Seems like each should have their own.The text was updated successfully, but these errors were encountered: