android-crop
android-crop copied to clipboard
Image flickers when zooming out from edge
Hi, thanks for your very good library at first! I found one little bug when i resize it to small and then resize to big, image is shaking. I get a video for show to U, please see it. Thanks again. link of video: https://www.dropbox.com/s/0q2o265xbg677ef/2015-07-29-11_22_54%5B1%5D.mp4?dl=0
sorry for my bad english. best regards.
Thanks for the report & video. I renamed the issue slightly.
For who are suffered by this bug like me, just remove "ensureVisible(motionHighlightView)" inside CropImageView.java (line 121, onTouchEvent method), and everything will be fine, I don't think we need to grow the image when user are expanding the crop view, let the view do it after ACTION_UP