Use onEntered in KickoffItemDelegate
Using onPositionChanged
instead of onEntered
makes category change not so smooth (hard to notice sometimes though I got a number of such reports).
As onPositionChanged
is used only to not to change category after scrolling end, this MR works around this problem and makes use of onEntered
.