Start to add a flag (isUnlinked) to work with permalink. Still in progress (break state index at the moment)

This commit is contained in:
ganfra
2018-11-27 22:42:46 +01:00
parent b6728ce9be
commit b3ba542e09
13 changed files with 142 additions and 89 deletions

View File

@ -17,6 +17,10 @@ class TimelineEventController(private val roomId: String,
EpoxyAsyncUtil.getAsyncBackgroundHandler()
) {
init {
setFilterDuplicates(true)
}
private val pagedListCallback = object : PagedList.Callback() {
override fun onChanged(position: Int, count: Int) {
buildSnapshotList()