mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-02-01 20:07:24 +01:00
Reduce the number of articles loaded per page
This commit is contained in:
parent
c877497756
commit
beffe317e2
@ -57,7 +57,7 @@ class HomeViewModel @Inject constructor(
|
||||
it.copy(
|
||||
pagingData = Pager(
|
||||
config = PagingConfig(
|
||||
pageSize = 100,
|
||||
pageSize = 50,
|
||||
enablePlaceholders = false,
|
||||
)
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user