mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Merge pull request #1297 from alexbakker/entry-move-anim
Restore entry list item animations
This commit is contained in:
commit
f8ad3d16fc
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,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
Add a link
Reference in a new issue