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

滑动会出现卡顿的效果??? #48

Open
lxs123 opened this issue Oct 23, 2017 · 2 comments
Open

滑动会出现卡顿的效果??? #48

lxs123 opened this issue Oct 23, 2017 · 2 comments

Comments

@lxs123
Copy link

lxs123 commented Oct 23, 2017

滑动会出现卡顿的效果???

@lxs123 lxs123 changed the title 滑动时而失效 滑动会出现卡顿的效果??? Nov 9, 2017
@yanchengdeng
Copy link

刷新控件 多刷新几次,会出现 viewpager 中的 recycleview 与 StickyNavLayout 滚动冲突

@lxs123
Copy link
Author

lxs123 commented Apr 26, 2018

StickyNavLayout 类 下的 getCurrentScrollView()方法里 Fragment item = fsAdapter.getItem(currentItem);
我改为了 Fragment item = (Fragment) a.instantiateItem(mViewPager, currentItem); 解决了刷新后不滚动的问题

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