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
258 stars 64 forks source link

Fixed scroll input lag #84

Closed Andrius-B closed 5 years ago

Andrius-B commented 6 years ago

Illustrations of the problem before the fix: lag_show The view is supposed to allways move with the touch pointer, but there is a noticable lag in the input

And with the fix it works as expected (and feels way better) no_lag_show

reilem commented 5 years ago

This PR is actually amazing. Sorry it took us this long to realise it. I will be merging and releasing today.