mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 08:35:07 +01:00
Fix for #144?
This commit is contained in:
parent
936ede9aba
commit
840437580f
@ -19,4 +19,7 @@ class PreCachingLayoutManager(context: Context) : LinearLayoutManager(context) {
|
|||||||
return DEFAULT_EXTRA_LAYOUT_SPACE
|
return DEFAULT_EXTRA_LAYOUT_SPACE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// http://stackoverflow.com/questions/30220771/recyclerview-inconsistency-detected-invalid-item-position
|
||||||
|
override fun supportsPredictiveItemAnimations() = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user