1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-13 02:00:39 +01:00
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

View File

@ -119,7 +119,7 @@ abstract class ParcelableStatusesFragment : AbsStatusesFragment() {
data: List<ParcelableStatus>?): Boolean { data: List<ParcelableStatus>?): Boolean {
if (data == null || data.isEmpty()) return false if (data == null || data.isEmpty()) return false
if (loader is IPaginationLoader) { if (loader is IPaginationLoader) {
return loader.pagination != null return loader.nextPagination != null
} }
return true return true
} }