LibreTube/app/src
Ankur b698699679 Fix [PlaylistFragment]: resolve stuttering at bottom of scroll
-Removed ScrollView. RecyclerView itself handles scrolling, nesting it inside a ScrollView is possibly leading to conflicting scrolling behavior effecting performance(i.e stuttering when scrolling at bottom and updating list with new data items).

-Used AppBarLayout and CollapsingToolbarLayout as containers for content(image etc) above list of video items. Together with CoordinatorLayout, these components streamline scrolling behavior and UI interactions with each other and RecyclerView.
2024-02-06 20:22:50 -08:00
..
androidTest/java/com/github/libretube
debug/res chore: fix location of player settings icon 2023-08-09 22:12:35 +02:00
main Fix [PlaylistFragment]: resolve stuttering at bottom of scroll 2024-02-06 20:22:50 -08:00
release/generated/baselineProfiles Improve baseline profile generator and the generated baseline and startup profiles 2024-01-04 07:45:02 +05:30
test/java/com/github/libretube