damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
76 stars 4 forks source link

Fix main page not loading when returning to it #358

Closed damontecres closed 1 month ago

damontecres commented 1 month ago

If the main page activity/fragment was destroyed, when navigating back to it, no data would be loaded.

This PR fixes that.