Add description to relay list selector in NewMediaView

This commit is contained in:
David Kaspar 2024-12-07 14:11:09 +01:00
parent 15b527c58d
commit 8b5366f9e2

View File

@ -148,7 +148,7 @@ fun NewMediaView(
) {
Icon(
painter = painterResource(R.drawable.relays),
contentDescription = null,
contentDescription = stringRes(id = R.string.relay_list_selector),
modifier = Modifier.height(25.dp),
tint = MaterialTheme.colorScheme.onBackground,
)