I have an XF app that's been on the store for a while now. After my last update for iOS (to fix some bugs introduced in the update before that), I went to get Android caught back up (never released the second to last update because of said bugs). For some reason though, I'm no longer able to select items in the list view on the main page displayed when the app launches.
I can interact with everything else on the screen (menu, a + button in the top right, several button at the top of the screen, a search bar), but nothing happens when I tap on any items in the list view. If I hit the plus button, I can add items to the list view correctly, and when I add a new item it opens it into a new view as it's supposed to (and what would otherwise happen when selecting an item), and I can select items in all the other subviews in the app, but for some reason, not in that first one. Putting breakpoints in the getter/setter methods for the view model property the SelectedItem is set to are never hit. The same view works fine on iOS.
xaml for the view in question: https://github.com/timrisi/AuroraSquadBuilder/blob/master/SquadBuilder/View/MainView.xaml