alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

在fragment里面使用valyout,顶部放banner,会导致fragment里面的点击事件失效 #525

Closed yearRomance closed 3 years ago

yearRomance commented 3 years ago

我在fragment里面使用了valyout,vlayout的第一项就是banner,我发现当banner在顶部的时候,整个页面的点击事件就失效了,稍微滑动一下点击事件才可以响应,当你再次吧banner滚动到最顶部的时候,vlayout里面的点击事件又失效了,当我吧banner删除之后,就没有上诉问题. 当我把整个farment里面的内容放到activity里面的时候,上诉问题也不存在. 感觉有点怪异