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