Add name to argument for clarity.

This commit is contained in:
Benoit Marty 2025-01-23 15:06:10 +01:00
parent afd8161d1a
commit a5515b01c1

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 = {