fix: this fixes the bug where the app would only load 10-20 remote followers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user