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

Commit f011e7b7 authored by Josh's avatar Josh
Browse files

Fixed irregular talkback navigation in shortcut helper

Test: Manual - Use talkback ensure you can navigate sequentialy through
shortcut helper
Flag: com.android.systemui.keyboard_shortcut_helper_rewrite
Fix: 382590434

Change-Id: Ib44538e78ff7bce0f528c56e92abf1a0ce329772
parent 4ebe13b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ private fun Shortcut(
            }
            .focusable(interactionSource = interactionSource)
            .padding(8.dp)
            .semantics { contentDescription = shortcut.contentDescription }
            .semantics(mergeDescendants = true) { contentDescription = shortcut.contentDescription }
    ) {
        Row(
            modifier =