Files
minstrel/android
bvandeusen 1fdc5b0a1f
android / Build + lint + test (push) Successful in 3m42s
android / Build signed release APK (push) Has been skipped
fix(android): import Arrangement in HomeScreen for Most Played grid
CI on 58213779 caught the missing import: the previous code used
Arrangement only inside HorizontalScrollRow (which imports it
internally), but the inline LazyHorizontalGrid for Most Played
now needs it at the HomeScreen.kt scope. ktlint passed because
it doesn't follow type resolution; the kotlinc compile step
flagged it.
2026-06-01 01:43:32 -04:00
..