From 8b5366f9e26fffd47490de3f1a456b8ce6d9b404 Mon Sep 17 00:00:00 2001 From: David Kaspar Date: Sat, 7 Dec 2024 14:11:09 +0100 Subject: [PATCH] Add description to relay list selector in NewMediaView --- .../java/com/vitorpamplona/amethyst/ui/actions/NewMediaView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewMediaView.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewMediaView.kt index 499359526..c4dc90027 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewMediaView.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewMediaView.kt @@ -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, )