Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58c49cf0 authored by Coco Duan's avatar Coco Duan Committed by Android (Google) Code Review
Browse files

Merge "Ensure the 'Add Widget' button icon is not announced" into main

parents f74128ec c2cbfd96
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1065,8 +1065,7 @@ private fun EmptyStateCta(contentPadding: PaddingValues, viewModel: BaseCommunal
                ) {
                    Icon(
                        imageVector = Icons.Default.Add,
                        contentDescription =
                            stringResource(R.string.label_for_button_in_empty_state_cta),
                        contentDescription = null,
                        modifier = Modifier.size(24.dp),
                    )
                    Spacer(Modifier.width(ButtonDefaults.IconSpacing))