Skip to content

Problems with SwipeRefreshLayout #4

@Arise

Description

@Arise

When the FullScreenCardViewPager is nested inside a SwipeRefreshLayout then horizontal swipes that are not perfect (has small up/down movements) also triggers the SwipeRefreshLayout trigger canceling the FullScreenCardViewPager transition.

Maybe the contained:

    private lateinit var viewPager2: ViewPager2
    private lateinit var recyclerView: RecyclerView

should be made public or add something like a listener for swipe events to be able to disable the parent SwipeRefreshLayout.

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