Android: Move game grid options to MainActivity #11346
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
This moves the toggles for downloading covers and showing/hiding game titles to the Main/TvMainActivity. Since showing/hiding covers isn't possible on the TV version, that option is removed entirely. (I'm still working on a new layout to avoid duplicating code like this, but I need more changes like this first)
This also prevents unnecessary viewmodel updates whenever returning from another activity.
Mobile Demo -
https://user-images.githubusercontent.com/14132249/206937250-db83eb8f-e0ae-4683-9da9-b015be7832f6.mp4
TV Demo -
https://user-images.githubusercontent.com/14132249/206937272-3668c146-e308-4f0d-93f8-e27424016d4c.mp4