NewPipe/app/src/main/java/org/schabi/newpipe/fragments/list
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
..
channel Remove unnecessary method in ChannelFragment. 2022-07-21 08:02:23 +05:30
comments Solve Java warning "Raw use of parameterized class" 2022-02-19 17:30:38 +01:00
kiosk Solve Java warning "Raw use of parameterized class" 2022-02-19 17:30:38 +01:00
playlist Move PlayerType into its own class and add documentation 2022-07-13 23:33:18 +02:00
search Fix scroll issues in suggestion list 2022-09-14 14:39:32 +02:00
videos Solve Java warning "Raw use of parameterized class" 2022-02-19 17:30:38 +01:00
BaseListFragment.java Make OnClickGesture an interface. 2022-08-01 06:47:00 +05:30
BaseListInfoFragment.java Solve Java warning "Raw use of parameterized class" 2022-02-19 17:30:38 +01:00
ListViewContract.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00