sll347
Results
2
issues of
sll347
在HomePageFragment的119行写的是 forecastRecyclerView.setItemAnimator(new DefaultItemAnimator()); 应该是 detailRecyclerView.setItemAnimator(new DefaultItemAnimator()); 因为这部分一直在说detailRecyclerView,而且在下面友设置了一遍 forecastRecyclerView.setItemAnimator(new DefaultItemAnimator());