Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
257 stars 64 forks source link

disable fling doesn't seem to work correctly #111

Open fouadkada opened 6 years ago

fouadkada commented 6 years ago

when using app:horizontalFlingEnabled="false" the view continues to fling even though it shouldn't.

This problem seems to also be present in the original project by alamkanak.

I created a PR in the original project almost a year ago but as it seems the project is either dead or the original author too busy. Anyway obviously it never got merged.

Since this project seems to be alive and now I am using this fork and also ran into the same issue i ran into a year ago, this is a link to the original PR https://github.com/alamkanak/Android-Week-View/pull/453 let me know if i need to recreate it for this project or somehow it can be merged/cherry picked into this project

thijssteel commented 6 years ago

Thanks for bringing this to our attention. I'll let you know if we have the time to investigate this, might be a while though.