fix(android): drop stray @Composable on SKELETON_PLAYLIST_ROWS const

Editing artefact from extracting LoadingCentered → SkeletonPlaylistTrackList;
the @Composable from LoadingCentered landed on the new const declaration
and Kotlin rejected it as not applicable to top-level properties.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-27 14:58:30 -04:00
parent 69179e0af3
commit f9b0c267e3
@@ -543,7 +543,6 @@ private fun TrackRow(
}
}
@Composable
private const val SKELETON_PLAYLIST_ROWS = 8
@Composable