Merge pull request #1297 from alexbakker/entry-move-anim

Restore entry list item animations
This commit is contained in:
Michael Schättgen 2024-03-13 16:40:41 +01:00 committed by GitHub
commit f8ad3d16fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {