fix(home-rows): small fixes to Home Sections#692
Merged
RadicalMuffinMan merged 2 commits intoJul 3, 2026
Conversation
…sues - Unified the merged Continue Watching and Next Up rows under a single TV container layout to prevent the uniform borders exception on Android TV. - Stretched the inner tile Column crossAxisAlignment to stretch so the active backdrop wraps completely. - Fixed the index offset math in _moveSection when moving a merged block downwards. - Cleaned up the obsolete None rows mapping to HomeSectionType.none in home_section_config.dart. - Switched to dynamic contrast-optimized reordering arrows on the active focused tile. - Matched the unfocused card border decoration and width of the merged card to standard tiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
Resolved Android TV rendering layout crashes, fixed reordering downwards logic of the merged block, and permanently cleaned up obsolete
Nonerow items from settings configurations.Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
List the key changes included in this PR.
_buildMergedTvTileon TV to avoid theA borderRadius can only be given on borders with uniform colorsrendering exception.CrossAxisAlignment.stretchso both rows take full width and the focused backdrop spans the entire card, resolving the alignment issue._moveSectionwhen moving merged blocks down to ensure the entire merged block correctly swaps places with the next card.fromJsonStringinhome_section_config.dartto ignore builtin configuration templates mapped toHomeSectionType.none.Platform
Testing
Describe how this change was tested.
Test Steps
Screenshots (if applicable)
Include screenshots or recordings for UI changes.
MERGED
UNMERGED
Checklist