Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 修复在数据非常少的时候的滑动卡顿 #987

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 28, 2021

  1. [fix] 修复在数据非常少的时候的滑动卡顿

    作者之前给滑动到边界时做了减速的效果,但是在数据只有两三条的时候,这个减速效果就变成了卡顿。参考androidWheelView的实现,修改了实现方案,在数据只有两三条的时候,不会出现卡顿。
    张家伟 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d9bad5e View commit details
    Browse the repository at this point in the history