Skip to content

Commit

Permalink
fix #653 LocalListScrollingDataStore does not invoke 'load()' at the …
Browse files Browse the repository at this point in the history
…end of its setData method.
  • Loading branch information
vegegoku committed Nov 10, 2024
1 parent c5ffd25 commit 87b6254
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void setData(List<T> data) {
this.original.addAll(data);
this.filtered.clear();
this.filtered.addAll(original);
load();
}

/**
Expand Down

0 comments on commit 87b6254

Please sign in to comment.