Skip to content

Commit 4f9c6d4

Browse files
committed
Revert the bot image desc change
1 parent 0ecc24e commit 4f9c6d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

feature/home/src/main/java/com/android/developers/androidify/home/HomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private fun DancingBot(
457457
AsyncImage(
458458
model = dancingBotLink,
459459
modifier = modifier,
460-
contentDescription = stringResource(R.string.dancing_android_bot),
460+
contentDescription = null,
461461
)
462462
}
463463

feature/home/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@
3737
<string name="terms">Terms</string>
3838
<string name="privacy">Privacy</string>
3939
<string name="oss_license">Licenses</string>
40-
<string name="dancing_android_bot">A dancing Android bot.</string>
4140
</resources>

0 commit comments

Comments
 (0)