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

Commit bb262809 authored by Prince's avatar Prince
Browse files

Talkback announcing double tap to select for unselected widgets

Fixes: 347629685
Flag: NONE Accessibility Fix
Test: Device Tested
Change-Id: I0cb8715d57c8d04673e73c34d41533b1bddbd326
parent 3a93b970
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1002,6 +1002,7 @@ private fun WidgetContent(
                }
                .thenIf(viewModel.isEditMode) {
                    Modifier.semantics {
                        onClick(clickActionLabel, null)
                        contentDescription = accessibilityLabel
                        val deleteAction =
                            CustomAccessibilityAction(removeWidgetActionLabel) {