I'm using AndroidSwipeLayout for 'Swipe To Delete' Action in RecyclerView Item. Swipe is not working as parent of RecyclerView is ViewPager Fragment. SwipeLayout also contain parent.requestDisallowInterceptTouchEvent(true); to intercept touchEvent from parent. What is the solution for this without disabling ViewPager swipe. for 'Swipe To Dele