fix: RTL layout navigation (#327) & content language cache invalidation - #514
Open
Himanth-reddy wants to merge 1 commit into
Open
Conversation
Himanth-reddy
force-pushed
the
fix/issue-327-rtl-scrolling-and-content-language-cache
branch
from
August 5, 2026 11:40
1abc4eb to
2c13be0
Compare
…anguage cache invalidation
Himanth-reddy
force-pushed
the
fix/issue-327-rtl-scrolling-and-content-language-cache
branch
from
August 5, 2026 11:55
2c13be0 to
d4ccd1b
Compare
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.
Summary of Changes
Fixes Issue #327 (RTL Scrolling Issue) and addresses content language caching reactivity.
Fixes Implemented:
RTL Navigation & Layout Direction (Fixes RTL Scrolling Issue #327):
animateHomeScrollDeltacalculation inHomeScreen.ktto adjust scroll delta direction whenLocalLayoutDirectionisRtl.LayoutDirection.Ltrwrapper on TV hero overlay inHomeScreen.ktto allow native RTL alignment.HomeScreen.ktwith localized string resources.Content Language & Cache Invalidation:
MediaRepository,SettingsViewModel,HomeViewModel, andMainActivityto explicitly send"en-US"instead ofnullwhen English is selected.contentLanguagetracking inHomeProfilePreferences.ktandHomeViewModel.ktso language changes trigger instant in-memory and disk cache clearing (clearMediaCache()) and re-fetch catalog rows.🔍 Observed Issues & Open Edge Cases (Help Needed)
While resolving Issue #327 and testing language switching, the following 6 localization & caching edge cases were observed:
originalTitle(e.g. Japanese, French, Hindi) instead of defaulting to English (en-US).he/iw).Request:
The core RTL scrolling bug (#327) is resolved. Contributors or team members are welcome to assist with or investigate the 6 localization & addon catalog observations listed above.