Prevent usage of hard-coded string for contentDescription, and fix existing issues.
This commit is contained in:
parent
2e6803ac41
commit
67ed385e45
12 changed files with 20 additions and 16 deletions
|
|
@ -300,7 +300,7 @@ private fun PinUnlockHeader(
|
|||
.size(32.dp),
|
||||
tint = ElementTheme.colors.iconPrimary,
|
||||
imageVector = Icons.Filled.Lock,
|
||||
contentDescription = "",
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue