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
I just noticed v1.3.0 has a bug possibly when I scroll down on a ListView, which has a SwipeRefreshLayout attached and the FAB is attached to this ListView, the ListView will no longer scroll down when it should, instead the SwipeRefreshLayout is always being invoked to refresh now, regardless of how far down the first visible row in the ListView is. When FAB is not attached to the ListView, SwipeRefreshLayout works as designed.
The text was updated successfully, but these errors were encountered:
I just noticed v1.3.0 has a bug possibly when I scroll down on a ListView, which has a SwipeRefreshLayout attached and the FAB is attached to this ListView, the ListView will no longer scroll down when it should, instead the SwipeRefreshLayout is always being invoked to refresh now, regardless of how far down the first visible row in the ListView is. When FAB is not attached to the ListView, SwipeRefreshLayout works as designed.
The text was updated successfully, but these errors were encountered: