forked from GitHub-Mirror/riotX-android
Start to add a flag (isUnlinked) to work with permalink. Still in progress (break state index at the moment)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user