cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

设置空view之后,无法下拉刷新

lodgkk opened this issue · comments

EMPTY_CLEAR_ALL/EMPTY_KEEP_HEADER 这个状态的时候设置showEmptyView(),无法下拉刷新
EMPTY_KEEP_HEADER_AND_LOARMORE/EMPTY_SHOW_LOADMORE_ONLY这个状态的时候设置showEmptyView(),没显示空view

我找了一下原因,是因为加了这个headersDecor,所以才导致设置空view的时候无法刷新