Files
minstrel/android/app
bvandeusen 41ebf1405b
android / Build + lint + test (push) Successful in 4m8s
fix(player): open Android queue scrolled to now-playing track — #1929
QueueList used a plain LazyColumn with no hoisted state, so the queue always
opened at the top and the current track could be off-screen. Seed a
rememberLazyListState with the current index (coerced into bounds) so the list
renders already positioned on the now-playing row — no post-layout scroll flash.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 21:11:32 -04:00
..