-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels