RSSJ
Results
1
comments of
RSSJ
try catch大法好 在CardView里面的findViewAtCenter当返回null的时候就会崩溃,虽然我并不知道fragment里什么时候什么情况下会返回null 稍微做了点修改,不知道对整体有什么影响,至少不会崩溃了 public View findViewAtCenter() { if (getLayoutManager().canScrollVertically()) { return findViewAt(0, getHeight() / 2); } else { return findViewAt(getWidth() / 2, 0); } }