Skip to content

Commit

Permalink
Restore entry list item animations
Browse files Browse the repository at this point in the history
This fixes an issue where the entry list items no longer animated upon
move, insert, delete, etc.

RecyclerView's DefaultItemAnimator automatically scales the animations
according to the user's settings.

Introduced in 9ff8efa
  • Loading branch information
alexbakker committed Mar 10, 2024
1 parent f7bac43 commit 0e2fa92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa

// set up the recycler view
_recyclerView = view.findViewById(R.id.rvKeyProfiles);
_recyclerView.setItemAnimator(null);
_recyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() {
@Override
public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
Expand Down

0 comments on commit 0e2fa92

Please sign in to comment.