fix: this fixes the bug where the app would only load 10-20 remote followers
This commit is contained in:
parent
ee8ca09e0e
commit
1098c855c4
|
@ -79,7 +79,7 @@ public abstract class PaginatedAccountListFragment extends BaseAccountListFragme
|
|||
remoteAccount.acct = remoteAccount.username;
|
||||
}
|
||||
});
|
||||
onDataLoaded(result.stream().map(AccountItem::new).collect(Collectors.toList()), false);
|
||||
onDataLoaded(result.stream().map(AccountItem::new).collect(Collectors.toList()), nextMaxID!=null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue