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

Conflict with ItemTouchHelper #53

Open
bczhc opened this issue Dec 24, 2022 · 1 comment
Open

Conflict with ItemTouchHelper #53

bczhc opened this issue Dec 24, 2022 · 1 comment

Comments

@bczhc
Copy link

bczhc commented Dec 24, 2022

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
Copy link
Author

bczhc commented Dec 24, 2022

After I used FixOnItemTouchListenerRecyclerView, the issue still exists.

bczhc added a commit to bczhc/some-tools that referenced this issue Dec 25, 2022
Re-add list item long click action same as
single click action. Now only touching the
drag icon it will start dragging.

- zhanghai/AndroidFastScroll#53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant