NewPipe/app/src/main/java/org/schabi/newpipe/fragments/list/search
Stypox 28b34f3796
Fix scroll issues in suggestion list
Before if the list before updating contained item 'test' at position 0 and after updating that value went to the bottom, the list would incorrectly scroll to the bottom to follow that item. Now the scrolling is done after the list is updated.
2022-09-14 14:39:32 +02:00
..
SearchFragment.java Fix scroll issues in suggestion list 2022-09-14 14:39:32 +02:00
SuggestionItem.java Allow choosing which types of search suggestions to show 2021-08-24 18:16:16 +02:00
SuggestionListAdapter.java Fix wrong icons being set on suggestion items 2022-09-14 14:01:59 +02:00