Assigned
Status Update
Comments
mu...@gmail.com <mu...@gmail.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
ni...@google.com <ni...@google.com>
vi...@gmail.com <vi...@gmail.com> #3
Similar problem in my apps when using ScrollView in activities and dialogs. When scrolling up or down there is no animation when we reach the edge. There is no possibility to scroll in the opposite direction until we press the screen. Many apps have this problem. Please fix this issue. Bad user experience.
Description
SwipeRefreshLayout version: 1.1.0-alpha03
In our App we have the following layout structure:
- MotionLayout
- Header
- SwipeRefreshLayout
- RecyclerView
We've defined an OnSwipe-transition that moves the header between a collapsed and an expanded constraint state.
With the SwipeRefreshLayout in place the OnSwipe transition will be triggered as soon as the user swipes down, although the RecyclerView could still be scrolled.
After setting SwipeRefreshLayout.isEnabled() to false, the OnSwipe-transition works as expected.