My app has a home screen, which contains a gallery and an edit form. When loading the app, the first item is selected, and the details of that item are shown in the form, as expected. I have radio buttons which allow me to filter the list by items opened this week, this month, and show all.
When I select one of these filtering options, the gallery is filtered as expected, but it does not auto select the first item, which results in the "Getting your data" message in the form screen. That goes away once you click on one of the items in the gallery. How can I fix this so that once I filter, it auto selects the first item visible in the gallery?