SilentSword
Results
3
issues of
SilentSword
最新版本的代码
android.support.v7.widget.LinearLayoutManager cannot be cast to android.support.v7.widget.StaggeredGridLayoutManager XRefreshContentView: public void getRecyclerViewInfo(LayoutManager layoutManager) { int[] lastPositions = null; if(this.layoutManagerType == null) { if(layoutManager instanceof GridLayoutManager) { this.layoutManagerType = XRefreshContentView.LAYOUT_MANAGER_TYPE.GRID; } else if(layoutManager...