mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Ktlint format
This commit is contained in:
parent
2b740a1ab6
commit
0f721d971c
1 changed files with 1 additions and 1 deletions
|
@ -156,9 +156,9 @@ class TimelineViewModel @AssistedInject constructor(
|
|||
|
||||
companion object : MavericksViewModelFactory<TimelineViewModel, RoomDetailViewState> by hiltMavericksViewModelFactory() {
|
||||
const val PAGINATION_COUNT = 50
|
||||
|
||||
// The larger the number the faster the results, COUNT=200 for 500 thread messages its x4 faster than COUNT=50
|
||||
const val PAGINATION_COUNT_THREADS_PERMALINK = 200
|
||||
|
||||
}
|
||||
|
||||
init {
|
||||
|
|
Loading…
Add table
Reference in a new issue