This commit is contained in:
len 2016-04-10 16:19:05 +02:00
parent 936ede9aba
commit 840437580f

View File

@ -19,4 +19,7 @@ class PreCachingLayoutManager(context: Context) : LinearLayoutManager(context) {
return DEFAULT_EXTRA_LAYOUT_SPACE
}
// http://stackoverflow.com/questions/30220771/recyclerview-inconsistency-detected-invalid-item-position
override fun supportsPredictiveItemAnimations() = false
}