android-crop icon indicating copy to clipboard operation
android-crop copied to clipboard

Image flickers when zooming out from edge

Open muhammadali-karami opened this issue 10 years ago • 2 comments

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.

muhammadali-karami avatar Jul 29 '15 07:07 muhammadali-karami

Thanks for the report & video. I renamed the issue slightly.

jdamcd avatar Sep 07 '15 08:09 jdamcd

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

tsengvn avatar Apr 06 '16 04:04 tsengvn