forked from AndreyAsadchy/Xtra
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
The 'Popular' tab does not show the button to scroll to the top of the list when scrolling.
Xtra/app/src/main/java/com/github/andreyasadchy/xtra/ui/game/streams/GameStreamsFragment.kt
Line 48 in eccfd1b
| private var _binding: CommonRecyclerViewLayoutBinding? = null |
GameStreamsFragment uses a generic binding (CommonRecyclerViewLayoutBinding), unlike GamesFragment, which does have the 'scroll to top' button.
| private var _binding: FragmentGamesBinding? = null |
I am wondering if there is a technical reason for why it is implemented that way, or if it simply needs to be migrated to a dedicated binding.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels