mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Timeline : avoid epoxy to build on main thread first
This commit is contained in:
parent
46226c4efc
commit
d6f6764b0c
@ -40,7 +40,11 @@ class TimelineEventController(private val roomId: String,
|
||||
|
||||
private var isLoadingForward: Boolean = false
|
||||
private var isLoadingBackward: Boolean = false
|
||||
private var hasReachedEnd: Boolean = false
|
||||
private var hasReachedEnd: Boolean = true
|
||||
|
||||
init {
|
||||
requestModelBuild()
|
||||
}
|
||||
|
||||
var callback: Callback? = null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user