Closed OleksandrKucherenko closed 7 years ago
https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html
SwipeRefreshLayout does not work with control. Very laggy scrolling... Issue is in how SwipeRefreshLayout calculates is it possible to scroll or not. It extracts first element from adapter and try to base own logic on it height/width/position....
https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html
SwipeRefreshLayout does not work with control. Very laggy scrolling... Issue is in how SwipeRefreshLayout calculates is it possible to scroll or not. It extracts first element from adapter and try to base own logic on it height/width/position....