ExpandableListItem: Guard against nullable ListView.view.currentItem
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.