forked from GitHub-Mirror/riotX-android
Timeline : Uncomment liveChunk to make pagination working
This commit is contained in:
parent
f01e796271
commit
79a704d240
@ -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 New Issue
Block a user