It will only call update() if the item count or th...
# compose
m
It will only call update() if the item count or the itemSizeProvider changes this is the only place where the item list changes. Otherwise it will just call onScrollPositionChanged() which just computes the new visible item range.