Skip to content

Commit

Permalink
08/07/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 8, 2024
1 parent 6729829 commit 4ea30ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import coil.compose.AsyncImage
import coil.request.ImageRequest
import coil.size.Scale

data class MediaScreen(val id: String = "", val backgroundColor: Int = 0): Screen {
data class MediaScreen(val id: String, val backgroundColor: Int = 0): Screen {
@SuppressLint("UnusedMaterial3ScaffoldPaddingParameter")
@Composable
override fun Content() {
Expand Down

0 comments on commit 4ea30ac

Please sign in to comment.