Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

该情况会使SwipeRefreshLayout的下拉刷新不起作用 #12

Closed z-chu closed 8 years ago

z-chu commented 8 years ago

在不设置IRecyclerView.addItemDecoration(ItemDecoration);这段代码 并设置IRecyclerView.setIAdapter(adapter)的情况下 SwipeRefreshLayout的下拉刷新没了

Aspsine commented 8 years ago

7