fixed #820
This commit is contained in:
parent
7c507ac2de
commit
3c73938d4a
|
@ -119,7 +119,7 @@ abstract class ParcelableStatusesFragment : AbsStatusesFragment() {
|
|||
data: List<ParcelableStatus>?): Boolean {
|
||||
if (data == null || data.isEmpty()) return false
|
||||
if (loader is IPaginationLoader) {
|
||||
return loader.pagination != null
|
||||
return loader.nextPagination != null
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue