Open sunqi1006 opened 8 years ago
@sunqi1006 @Hellozhongxin 应该是你们在数据加载成功后调用了RecyclerViewStateUtils.setFooterViewState()方法,这方法里会调一下recyclerView.scrollToPosition(headerAndFooterAdapter.getItemCount() - 1); 把RecyclerView滑动到底部。
@sunqi1006 @Hellozhongxin 可以在调用recyclerView.scrollToPosition(headerAndFooterAdapter.getItemCount() - 1);前加一个判断,如果是normal就不跳转
同问!