Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify items list initialization in PagingListView.
Replaced CopyOnWriteArrayList with a standard ObservableList for simplicity and maintainability. This change removes unnecessary complexity without affecting functionality.
- Loading branch information