This commit is contained in:
Mariotaku Lee 2017-05-05 22:04:11 +08:00
parent 7c507ac2de
commit 3c73938d4a
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -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
}