Skip to content

Commit 814d7c7

Browse files
author
Alex
committed
*
1 parent 82a6878 commit 814d7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/alexdeww/fastadapterdelegate/delegates/item/layoutcontainer/LayoutContainerModelItemViewHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface LayoutContainerModelItemVHCreator<M, I> :
2525

2626
}
2727

28-
@ContainerOptions(cache = CacheImplementation.SPARSE_ARRAY)
28+
@ContainerOptions(cache = CacheImplementation.HASH_MAP)
2929
class LayoutContainerModelItemViewHolder<M, I : AbsDelegationModelItem<M, *, *>>(
3030
override val containerView: View
3131
) : AbsDelegationModelItem.ViewHolder<M, I>(containerView), LayoutContainer {

0 commit comments

Comments
 (0)