Skip to content

Fix duplicate title on compact profile screen#50

Open
CoderJatin123 wants to merge 2 commits into
android:mainfrom
CoderJatin123:main
Open

Fix duplicate title on compact profile screen#50
CoderJatin123 wants to merge 2 commits into
android:mainfrom
CoderJatin123:main

Conversation

@CoderJatin123
Copy link
Copy Markdown

@CoderJatin123 CoderJatin123 commented Jun 7, 2026

Summary

Fixes a UI issue where section titles were displayed twice on the compact (phone) profile screens.

Root Cause

Several profile sections defaulted to isExpanded = true, causing section titles to be rendered even when the compact layout already provides a header.

Changes

  • Pass isExpanded = false when rendering profile sections in the compact layout.
  • Remove duplicate section titles from the phone experience.
  • Preserve existing behavior for expanded layouts.
Duplicate Language Label in Compact device Duplicate Language Label in Compact device - Fixed

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the CompactProfileScreen in ProfileScreen.kt by explicitly passing isExpanded = false to the LanguageSection component. There are no review comments, and I have no feedback to provide.

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.

@CoderJatin123 CoderJatin123 changed the title Fix duplicate Language title on compact profile screen Fix duplicate title on compact profile screen Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant