We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
滑动会出现卡顿的效果???
The text was updated successfully, but these errors were encountered:
刷新控件 多刷新几次,会出现 viewpager 中的 recycleview 与 StickyNavLayout 滚动冲突
Sorry, something went wrong.
StickyNavLayout 类 下的 getCurrentScrollView()方法里 Fragment item = fsAdapter.getItem(currentItem); 我改为了 Fragment item = (Fragment) a.instantiateItem(mViewPager, currentItem); 解决了刷新后不滚动的问题
No branches or pull requests
滑动会出现卡顿的效果???
The text was updated successfully, but these errors were encountered: