RoomList: extend a bit the range of SS window

This commit is contained in:
ganfra 2022-11-24 10:39:31 +01:00
parent e2108fedf3
commit ff61a46e94
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