Skip to content

FixedIndicatorView的scroller有bug,导致View不停重绘。 #79

@Del-Gin

Description

@Del-Gin

setCurrentItem里面执行了inRun.startScroll()这个方法,让scroller开始滑动。
但是在dispatchDraw中,scrollBar为null时,不会执行drawSlideBar方法,也就不会执行inRun.computeScrollOffset()方法。
这样scroller永远无法停止绘制,InRun的run一直在执行。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions