We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b69170 commit c740332Copy full SHA for c740332
1 file changed
WordPress/src/main/java/org/wordpress/android/ui/stats/refresh/utils/StatsUtils.kt
@@ -172,7 +172,7 @@ class StatsUtils @Inject constructor(
172
entries: List<Line>
173
): List<String> {
174
val contentDescriptions = mutableListOf<String>()
175
- entries.forEachIndexed { _, bar ->
+ entries.forEach { bar ->
176
val contentDescription = resourceProvider.getString(
177
R.string.stats_bar_chart_accessibility_entry,
178
bar.label,
0 commit comments