mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-13 02:00:39 +01:00
fixed #820
This commit is contained in:
parent
7c507ac2de
commit
3c73938d4a
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user