You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
should be made public or add something like a listener for swipe events to be able to disable the parent SwipeRefreshLayout.
The text was updated successfully, but these errors were encountered: