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

itemTouchHelper搭配交错列表瀑布流staggered拖拽问题 #465

Open
jsonlinlin7 opened this issue Nov 8, 2024 · 5 comments
Open

Comments

@jsonlinlin7
Copy link

请问一下,当使用itemTouchHelper搭配交错列表瀑布流staggered,当拖动第一项到其他位置时候,第一项会迅速滑动到最后面。如果使用grid则不会有这个现象发生。

Sent from PPHub

@jsonlinlin7
Copy link
Author

这个问题和#200的Issues的问题一样,只是这个是使用瀑布流网格出现的,当前使用的brv版本是最新的1.6.0

@liangjingkanji
Copy link
Owner

使用自带的StaggeredLayoutManager看能否解决

@jsonlinlin7
Copy link
Author

无法解决,还是一样的结果

@liangjingkanji
Copy link
Owner

你可以fork仓库复现问题我看下

或者你可以自己按照官方写个ItemTouchHelper来实现, BRV只是为快速开发参照官方封装了下而已

@jsonlinlin7
Copy link
Author

真是醉了,按照官方用ItemTouchHelper和StaggeredGridLayoutManager来写,没用任何第三方库还是会有这个问题。只有当数据超过一个屏幕后拖动第一个item才会迅速往下滑

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

2 participants