Please ignore: External contribution build of "Fix status bar icon contrast in bookmark dialogs" - #5629
Please ignore: External contribution build of "Fix status bar icon contrast in bookmark dialogs"#5629geekygecko wants to merge 1 commit into
Conversation
|
|
|
Claude finished @geekygecko's task in 57s —— View job PR Review: Fix status bar icon contrast in bookmark dialogs
This is a small, well-targeted fix. The change swaps the fallback status-bar icon color from Why the change is correct
StatusBarIconColor.ThemeNoToolbar -> {
if (activeTheme.backgroundLightIcons) {
useLightStatusBarIcons(window)
} else {
useDarkStatusBarIcons(window)
}
}( Because the dialog has no toolbar of its own, Notes / things to confirm
Verdict: ✅ Correct, minimal, and consistent with existing conventions. No code changes requested. CHANGELOG entry is present and properly formatted. |
|
Claude finished @geekygecko's task in 1m 0s —— View job PR Review: Fix status bar icon contrast in bookmark dialogs
Re-reviewed after reopen. This remains a small, correct, well-targeted fix. The code change ✅
No code changes requested here. One thing to fix: CHANGELOG placement 📝The branch has no merge base with 8.17 already contains shipped/queued work, so this entry belongs under 8.18 instead. This will also surface as a merge conflict on the CHANGELOG when the PR is brought up to date. Recommend rebasing on latest Testing noteWorth a quick visual check across light and dark themes and both entry points (player vs. profile), since that's exactly the surface this affects. A light-theme screenshot in the PR description would make review airtight. Verdict: Code change is correct, minimal, and consistent with conventions. Only follow-up is the CHANGELOG section (8.17 → 8.18) plus a rebase to clear the divergence. |
Description
This PR is just to get the CI steps to run for the external contribution #5617
Fixes #
Testing Instructions
Screenshots or Screencast
Checklist
./gradlew spotlessApplyto automatically apply formatting/linting)modules/services/localization/src/main/res/values/strings.xmlI have tested any UI changes...