code cleanup
changed contentDescription = "" to null
This commit is contained in:
@@ -152,7 +152,7 @@ fun PSEMainContent(activity: ComponentActivity) {
|
|||||||
}) {
|
}) {
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Outlined.Info,
|
imageVector = Icons.Outlined.Info,
|
||||||
contentDescription = "",
|
contentDescription = null,
|
||||||
modifier = Modifier.size(28.dp),
|
modifier = Modifier.size(28.dp),
|
||||||
tint = MaterialTheme.colorScheme.onPrimaryContainer
|
tint = MaterialTheme.colorScheme.onPrimaryContainer
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user