Fix for #144?
Cette révision appartient à :
Parent
936ede9aba
révision
840437580f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket