Browse Source
This was missed in 776121f3 because I thought, as the
callback name implied, it would be called when the current
item changed so checking if the current item changed
would be redundant. However, the callback is actually
for current index change, so we also have to compare
the current item there before signalling the change
to prevent unnecessarily signalling the change.
pull/192/head
committed by
Felix Paul Kühne
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue