AndroidFastScroll icon indicating copy to clipboard operation
AndroidFastScroll copied to clipboard

Conflict with ItemTouchHelper

Open bczhc opened this issue 1 year ago • 1 comments

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

  • Version: 1.1.8
  • Platform: Android Emulator API 29, Huawei API 29

bczhc avatar Dec 24 '22 14:12 bczhc

After I used FixOnItemTouchListenerRecyclerView, the issue still exists.

bczhc avatar Dec 24 '22 14:12 bczhc