avito-tech / krop

Small widget for image cropping in Instagram-like style
MIT License
126 stars 18 forks source link

Unable to scroll image correctly #34

Open TooLazyy opened 2 years ago

TooLazyy commented 2 years ago

Library version: 0.64 First image - as you can see, I cant scroll to the very image's top. Second image - as you can see, image is over scrolled (by the same offset as for image 1, I believe). I've checked library sample - works fine. I removed all insets related stuff from my code, dunno what's the reason, but I wasnt' manage to make it work. Tried to debug - no luck. photo_2021-10-22 16 29 02 photo_2021-10-22 16 29 04

iori57 commented 2 years ago

Able to reproduce the same issue. Seems like it is a bug introduced in 0.63, downgrading the library version to 0.62 solves the issue.

eugene-krivobokov commented 2 years ago

@Kutashov , could you please take a look?

Kutashov commented 2 years ago

@TooLazyy hi there! Please, provide your layout and custom overlay if any is being used. We need to narrow down differences with the sample project.

@iori57 Hi. It would be helpful to see your example too.