mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 13:29:13 +00:00
Restore entry list item animations
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 9ff8efab69
This commit is contained in:
parent
f7bac4331e
commit
0e2fa929e6
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ public class EntryListView extends Fragment implements EntryAdapter.Listener {
|
|||
|
||||
// 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue