Disable suggestion list animations: not meaningful

The animations were just in the way and did not help in choosing items, since the suggestion items keep changing too much.
This commit is contained in:
Stypox 2022-09-14 14:03:15 +02:00
parent 93761a8346
commit d6bbb9528b

View file

@ -340,6 +340,8 @@ public class SearchFragment extends BaseListFragment<SearchInfo, ListExtractor.I
super.initViews(rootView, savedInstanceState);
searchBinding.suggestionsList.setAdapter(suggestionListAdapter);
// animations are just strange and useless, since the suggestions keep changing too much
searchBinding.suggestionsList.setItemAnimator(null);
new ItemTouchHelper(new ItemTouchHelper.Callback() {
@Override
public int getMovementFlags(@NonNull final RecyclerView recyclerView,