Fix a few customize home bugs (#929)

## Description
Hopefully this is the last round of bug fixes for customizing the home
page!

Fixes a possible crash when scrolling after adding a row after resetting
to default or loading remote settings that have more rows than the
original settings

Fixes some incorrect titles

### Related issues
Related to #399 & #803

### Testing
Emulator & nvidia shield

## Screenshots
N/A

## AI or LLM usage
None
This commit is contained in:
Ray 2026-02-19 21:50:55 -05:00 committed by GitHub
parent 219e4b01db
commit 65f20e2daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 41 additions and 19 deletions

View file

@ -188,6 +188,7 @@
<string name="samples">Samples</string>
<string name="featurettes">Featurettes</string>
<string name="shorts">Shorts</string>
<string name="favorite_items">Favorite %s</string>
<plurals name="trailers">
<item quantity="zero">Trailers</item>
@ -505,8 +506,8 @@
<string name="apply_all_rows">Apply to all rows</string>
<string name="customize_home">Customize home page</string>
<string name="home_rows">Home rows</string>
<string name="load_from_server">Load from server</string>
<string name="save_to_server">Save to server</string>
<string name="load_from_server">Load from server user profile</string>
<string name="save_to_server">Save to server user profile</string>
<string name="load_from_web_client">Load from web client</string>
<string name="use_series">Use series image</string>
<string name="add_row_for">Add row for %1$s</string>