Loading packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +1 −2 Original line number Diff line number Diff line Loading @@ -963,7 +963,6 @@ private fun WidgetContent( .thenIf(viewModel.isEditMode) { Modifier.semantics { contentDescription = accessibilityLabel onClick(label = clickActionLabel, action = null) val deleteAction = CustomAccessibilityAction(removeWidgetActionLabel) { contentListState.onRemove(index) Loading @@ -980,7 +979,7 @@ private fun WidgetContent( true } val actions = mutableListOf(deleteAction, selectWidgetAction) val actions = mutableListOf(selectWidgetAction, deleteAction) if (selectedIndex != null && selectedIndex != index) { actions.add( Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +1 −2 Original line number Diff line number Diff line Loading @@ -963,7 +963,6 @@ private fun WidgetContent( .thenIf(viewModel.isEditMode) { Modifier.semantics { contentDescription = accessibilityLabel onClick(label = clickActionLabel, action = null) val deleteAction = CustomAccessibilityAction(removeWidgetActionLabel) { contentListState.onRemove(index) Loading @@ -980,7 +979,7 @@ private fun WidgetContent( true } val actions = mutableListOf(deleteAction, selectWidgetAction) val actions = mutableListOf(selectWidgetAction, deleteAction) if (selectedIndex != null && selectedIndex != index) { actions.add( Loading