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

Commit e06044a4 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Fix assistant shortcut on phone shortcut helper.

The shortcut requires the 'A' key.

Bug: 352737375
Flag: EXEMPT trivial bug fix
Test: Manually verified on device.
Change-Id: Iecabaf8ca64d7cf95b3da64e4133a416dff8da02
parent 326eba1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ public final class KeyboardShortcuts {
                keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo(
                        mContext.getString(R.string.keyboard_shortcut_group_applications_assist),
                        assistIcon,
                        KeyEvent.KEYCODE_UNKNOWN,
                        KeyEvent.KEYCODE_A,
                        KeyEvent.META_META_ON));
            }
        }