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(
pagingData = Pager(
config = PagingConfig(
pageSize = 100,
pageSize = 50,
enablePlaceholders = false,
)
) {