mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
Timeline : Uncomment liveChunk to make pagination working
This commit is contained in:
parent
f01e796271
commit
79a704d240
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ internal class DefaultTimeline(
|
|||
* This has to be called on TimelineThread as it access realm live results
|
||||
*/
|
||||
private fun getLiveChunk(): ChunkEntity? {
|
||||
return null //return liveEvents.firstOrNull()?.chunk?.firstOrNull()
|
||||
return liveEvents.firstOrNull()?.chunk?.firstOrNull()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue