Reduce the number of articles loaded per page

This commit is contained in:
Ash 2022-08-08 21:25:14 +08:00
parent c877497756
commit beffe317e2

View File

@ -57,7 +57,7 @@ class HomeViewModel @Inject constructor(
it.copy( it.copy(
pagingData = Pager( pagingData = Pager(
config = PagingConfig( config = PagingConfig(
pageSize = 100, pageSize = 50,
enablePlaceholders = false, enablePlaceholders = false,
) )
) { ) {