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
数据请求下来就设置了排序 SuspensionUtil.sortListBySuspensionTag(list); 和 SuspensionUtil.setShowSuspensionStatus(list); 这两句代码,然后关联数据,设置了分区头 susItemBuilder,但是我滚动列表的时候始终都会返回到第一行,取消 susItemBuilder 之后就可以正常滚动,不知道为啥。
SuspensionUtil.sortListBySuspensionTag(list);
SuspensionUtil.setShowSuspensionStatus(list);
susItemBuilder
The text was updated successfully, but these errors were encountered:
更准确的描述,从 A 分区滑动到 B 分区,B 分区头滑动到顶部 A 分区头的地方,列表就自动滚动到 A 分区开始位置,也就是列表第一行。
Sorry, something went wrong.
AzListView 和 pull_to_refresh 框架貌似不兼容,如果添加了下拉刷新功能,列表不会触发下拉刷新,还会出现莫名的BUG
No branches or pull requests
列表滚动问题
数据请求下来就设置了排序
SuspensionUtil.sortListBySuspensionTag(list);
和SuspensionUtil.setShowSuspensionStatus(list);
这两句代码,然后关联数据,设置了分区头susItemBuilder
,但是我滚动列表的时候始终都会返回到第一行,取消susItemBuilder
之后就可以正常滚动,不知道为啥。The text was updated successfully, but these errors were encountered: