Skip to content

Commit

Permalink
Restore test data ...
Browse files Browse the repository at this point in the history
  • Loading branch information
normalllll committed Aug 20, 2024
1 parent cfa2b7e commit 1c113b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/data_list_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ abstract class DataListSource<T> extends LoadingMoreBase<T> {
if (nextClear) {
clear();
nextClear = false;
addAll(list.sublist(10, 20));
} else {
addAll(list);
}

addAll(list);
print(length);
_page++;
if (!_initialized) {
Expand Down

0 comments on commit 1c113b4

Please sign in to comment.