mr0xf00 / easycrop

Image cropper for jetpack compose
Apache License 2.0
81 stars 17 forks source link

Fix touch unresponsive after a cancelled back gesture #6

Open ammargitham opened 1 year ago

ammargitham commented 1 year ago

Currently while cropping, if we trigger the back gesture and cancel it, the crop touch becomes unresponsive in some cases and in some cases the behavior becomes odd. I have added a screen recording for the unresponsive case. This change fixes the issue.

https://user-images.githubusercontent.com/8017365/234935535-7fe997d6-6de6-4463-bc35-7df26eac5fd7.mp4