Skip to content

Commit

Permalink
Fixed bottom space in home albums #1879
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed May 17, 2024
1 parent f298508 commit 510bf48
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ fun HomeAlbums(
item(
key = "footer",
contentType = 0,
span = { GridItemSpan(maxLineSpan) }
) {
Spacer(modifier = Modifier.height(Dimensions.bottomSpacer))
}
Expand All @@ -480,14 +481,5 @@ fun HomeAlbums(
*/





}
}

fun PlayNextAlbum(
album: Album
){

}

0 comments on commit 510bf48

Please sign in to comment.