You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): keep notes list at top on cold start (pinned header visible)
The staggered grid auto-scrolled from index 0 to index 1 on initial content
load (Compose Foundation quirk with the full-line pinned header/body items),
pushing the "Pinned" section header out of view on every fresh start.
Add a short top-settle guard that holds the grid at index 0 while the layout
settles right after content first appears (runs once per composition, so it
never interferes with the user's in-session scroll position). Make the list/
grid scroll state non-saveable so a cold start always begins at the top while
in-session navigation (note editor is a separate activity), background→
foreground and scrolling keep the position.
0 commit comments