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
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Due to the fact that ExpansionLayout is inherited from NestedScrollView, when this element is placed in SwipeRefreshLayout it intercepts touch events and breaks the swipe (you can test it by yourself). In theory, this should be fixed through nestedScrollingEnabled = "false" but NestedScrollView does not allow this. How to fix it? (Why is there NestedScrollView at all, I think that if I needed it, I would add it to my layout)
The text was updated successfully, but these errors were encountered:
P1NG2WIN
changed the title
Broken in RecyclerView+SwipeRefreshLayout
[BUG] Broken in RecyclerView+SwipeRefreshLayout
Mar 30, 2020
Due to the fact that ExpansionLayout is inherited from NestedScrollView, when this element is placed in SwipeRefreshLayout it intercepts touch events and breaks the swipe (you can test it by yourself). In theory, this should be fixed through nestedScrollingEnabled = "false" but NestedScrollView does not allow this. How to fix it? (Why is there NestedScrollView at all, I think that if I needed it, I would add it to my layout)
The text was updated successfully, but these errors were encountered: