You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
东哥,求助一个问题 if(binding.homeRecyclerView.adapter!!.itemCount>=homeViewModel.total){ binding.page.setNoMoreData(true) }我在fragment重建的时候判断是否已经加载完成所有数据,然后设置不再加载,为什么这时候再次上拉,底部显示的不是no more data而是pull up to load more?而且只是显示文字有问题,不会触发onloadmore。其他正常情况的加载完成会显示no more data,是我设置有问题吗?
The text was updated successfully, but these errors were encountered:
东哥,求助一个问题
if(binding.homeRecyclerView.adapter!!.itemCount>=homeViewModel.total){ binding.page.setNoMoreData(true) }
我在fragment重建的时候判断是否已经加载完成所有数据,然后设置不再加载,为什么这时候再次上拉,底部显示的不是no more data而是pull up to load more?而且只是显示文字有问题,不会触发onloadmore。其他正常情况的加载完成会显示no more data,是我设置有问题吗?The text was updated successfully, but these errors were encountered: