JimiSmith / PinnedHeaderListView

A ListView with pinned section headers for Android
663 stars 306 forks source link

Pull to refresh not compatible #33

Closed OleksandrKucherenko closed 7 years ago

OleksandrKucherenko commented 8 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....