RoomList: extend a bit the range of SS window

This commit is contained in:
ganfra 2022-11-24 10:39:31 +01:00
parent 0c0379dbf1
commit cfda0f08bf
2 changed files with 9 additions and 2 deletions

View file

@ -49,7 +49,7 @@ class MatrixClient internal constructor(
)
.name(name = "HomeScreenView")
.syncMode(mode = SlidingSyncMode.SELECTIVE)
.addRange(0u, 10u)
.addRange(0u, 30u)
.build()
private val slidingSync = client