Add name to argument for clarity.
This commit is contained in:
parent
afd8161d1a
commit
a5515b01c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue