Skip to content

General: Fix mascot graphic getting cut off on upgrade screen when scrolling#501

Merged
d4rken merged 1 commit into
mainfrom
fix/upgrade-screen-toolbar-clip
Apr 13, 2026
Merged

General: Fix mascot graphic getting cut off on upgrade screen when scrolling#501
d4rken merged 1 commit into
mainfrom
fix/upgrade-screen-toolbar-clip

Conversation

@d4rken

@d4rken d4rken commented Apr 13, 2026

Copy link
Copy Markdown
Member

What changed

Fixed the upgrade screen (both FOSS and Google Play) where the mascot graphic would get abruptly clipped by the toolbar when scrolling. Removed the toolbar and replaced it with a floating back button so content scrolls freely without any hard cut-off line.

Technical Context

  • The TopAppBar and screen shared the same surface background color, making the clip line look like the mascot just vanished mid-screen rather than scrolling behind a visible bar
  • Replaced the Scaffold topBar with a Box overlay containing a floating IconButton at top-start, which stays visible during scroll without creating a clip boundary
  • Normalized the gplay Scaffold to explicitly use surface as its container color (was defaulting to background, which can differ from surface in Material 3)

@d4rken d4rken merged commit 7f2b697 into main Apr 13, 2026
10 checks passed
@d4rken d4rken deleted the fix/upgrade-screen-toolbar-clip branch April 13, 2026 12:09
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