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
In canViewScrollUp and canViewScrollHorizontally check every view of parent , including the invisible ones which is wrong. In my project, some views are invisible, they should not be considered in nested scrolling.
The text was updated successfully, but these errors were encountered:
I think it's better for CustomSwipeLayout to implement NestedScrollingParent and NestedScrollingChild to support nested scrolling, this is the way the android system supports.
In canViewScrollUp and canViewScrollHorizontally check every view of parent , including the invisible ones which is wrong. In my project, some views are invisible, they should not be considered in nested scrolling.
The text was updated successfully, but these errors were encountered: