Add name to argument for clarity.

This commit is contained in:
Benoit Marty
2025-01-23 15:06:10 +01:00
parent 0b5ad29391
commit c3ec11dec5

View File

@@ -209,7 +209,7 @@ fun MediaViewerView(
}
},
colors = TopAppBarDefaults.topAppBarColors(
containerColor = Color.Transparent.copy(0.6f),
containerColor = Color.Transparent.copy(alpha = 0.6f),
),
navigationIcon = { BackButton(onClick = onBackClick) },
)
@@ -455,7 +455,7 @@ private fun MediaViewerTopBar(
}
},
colors = TopAppBarDefaults.topAppBarColors(
containerColor = Color.Transparent.copy(0.6f),
containerColor = Color.Transparent.copy(alpha = 0.6f),
),
navigationIcon = { BackButton(onClick = onBackClick) },
actions = {