Skip to content

Commit

Permalink
fix content description for button
Browse files Browse the repository at this point in the history
  • Loading branch information
mebarbosa committed Nov 1, 2024
1 parent f1ca49c commit 856d1e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ internal fun LowStorageDialog(

RowButton(
text = stringResource(LR.string.manage_downloads),
contentDescription = stringResource(LR.string.manage_downloads),
onClick = { onManageDownloadsClick.invoke() },
includePadding = false,
textColor = MaterialTheme.theme.colors.primaryInteractive02,
Expand Down

0 comments on commit 856d1e5

Please sign in to comment.