Skip to content

Commit

Permalink
fix(compile): not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Jun 23, 2024
1 parent 2c03e04 commit bb090b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/com/zionhuang/music/ui/component/Items.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,10 @@ fun YouTubeGridItem(
fun YouTubeSmallGridItem(
item: YTItem,
modifier: Modifier = Modifier,
coroutineScope: CoroutineScope? = null,
isActive: Boolean = false,
isPlaying: Boolean = false,
fillMaxWidth: Boolean = false,
) = SmallGridItem(
title = item.title,
thumbnailContent = {
Expand Down

0 comments on commit bb090b8

Please sign in to comment.