damontecres / StashAppAndroidTV

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

Another fix for restoring filter grids #375

Closed damontecres closed 3 weeks ago

damontecres commented 3 weeks ago

373 added a calculation for card sizes which needed the data type. The data type object is provided by the filter args.

But when the fragment is restored, the data type is needed in onCreate, but the filters args were restored later in onViewCreated, so the fragment would crash.

This PR just moves restoring the filter args to onCreate.

damontecres commented 3 weeks ago

I didn't mean to bump the server, but it is just changing v0.26.1 to v0.26.2, so it should be fine.