Fix bottom padding for HTML text in Wear module#1697
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a modifier parameter to HtmlTextContainer to allow custom styling, which is then utilized in EpisodeScreen.kt to apply vertical content padding to the episode summary paragraphs. However, a logic bug was identified in EpisodeScreen.kt where the entire summary string is passed to HtmlTextContainer instead of the individual paragraph item, which would cause the full summary to be rendered repeatedly for each paragraph.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Fix bottom padding for HTML text in Wear module, required changing the HTMLTextContainer which is used also on phone sample.