更新代码
This commit is contained in:
@@ -33,7 +33,7 @@ object FavouriteListViewModel:ViewModel() {
|
||||
}
|
||||
isLoading = false
|
||||
Pager(
|
||||
config = PagingConfig(pageSize = 5, enablePlaceholders = false),
|
||||
config = PagingConfig(pageSize = 20, enablePlaceholders = false),
|
||||
pagingSourceFactory = {
|
||||
MomentPagingSource(
|
||||
MomentRemoteDataSource(momentService),
|
||||
|
||||
Reference in New Issue
Block a user