Avoid SwipeRefresh while fastScrolling in android

前端 未结 2 1435
清酒与你
清酒与你 2020-12-10 07:39

I have a ListView having fastScroll always enabled and SwipeRefresh implementation. When i swipe the list downward, i

2条回答
  •  囚心锁ツ
    2020-12-10 07:52

    Fast scroll in recyclerveiew was added in api 26. https://developer.android.com/topic/libraries/support-library/revisions#26-0-0.

    If you want to use it pre api 26 use

    https://github.com/L4Digital/FastScroll

    This library has builtin fastscroll and it has a scroll listener that can disable the refreshview layout on scrolling

    The developer addresses the problem here:

    https://github.com/L4Digital/FastScroll/issues/14

提交回复
热议问题