zhanghai / AndroidFastScroll

Fast scroll for Android RecyclerView and more
https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample
Apache License 2.0
698 stars 64 forks source link

Conflict with ItemTouchHelper #53

Open bczhc opened 1 year ago

bczhc commented 1 year ago

Expected Behavior

There's no conflict.

Actual Behavior

When scrolling, item dragging will also be triggered.

a.webm

Steps to Reproduce the Problem

  1. Set up the FastScroll tool for a RecyclerView
  2. Set up ItemTouchHelper for RecyclerView, with up and down dragging enabled
  3. Do some scrolling

Specifications

bczhc commented 1 year ago

After I used FixOnItemTouchListenerRecyclerView, the issue still exists.