fix(android): prevent Node top bar title from clipping - #877
codesbyjit wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryRemoves the fixed 56.dp height from the Android Node settings top bar so Material3 can use its normal layout and render the title without clipping.
Confidence Score: 5/5The PR appears safe to merge with no actionable regressions identified. The change only removes an undersized explicit height and allows the existing Material3 top bar to use its standard sizing within the established settings-screen layout. Important Files Changed
Reviews (1): Last reviewed commit: "fix(android): prevent Node top bar title..." | Re-trigger Greptile |
0d4c9d0 to
afa05fc
Compare
|
thanks @codesbyjit approved |
afa05fc to
592a005
Compare
592a005 to
6897477
Compare
Summary
Fixes #876
The Android Node settings screen constrained
SettingsTopAppBarto a fixed56.dpheight, which caused theNodetitle to be vertically clipped.Fix
Removed the fixed
Modifier.height(56.dp)constraint, allowing the top app bar to use its normal layout and display the title correctly.Before
After
Testing
Nodetitle is fully visible.Platform Coverage
Checklist