Skip to content

[Feature request] Scroll to top in the stream list #785

@burikoni

Description

@burikoni

The 'Popular' tab does not show the button to scroll to the top of the list when scrolling.

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions