Skip to content

ExpandableListItem: Guard against nullable ListView.view.currentItem

ivan tkachenko requested to merge work/r/expandable-currentItem into master

ListView.view.currentItem could be desync from currently focused item. If you hover over the items to one of them "current" and then hover away, it would still remain focused and interactive via keyboard, but the ListView would not consider it "current" any longer, i.e. currentIndex would be -1.

Merge request reports