Skip to content

HomePageFragment的forecastRecyclerView.setItemAnimator #39

Description

@sll347

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions