Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomePageFragment的forecastRecyclerView.setItemAnimator #39

Open
sll347 opened this issue Nov 16, 2017 · 0 comments
Open

HomePageFragment的forecastRecyclerView.setItemAnimator #39

sll347 opened this issue Nov 16, 2017 · 0 comments

Comments

@sll347
Copy link

sll347 commented Nov 16, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant