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

Commit 089c9630 authored by Chris Göllner's avatar Chris Göllner
Browse files

Shortcut Helper: fix wrong "open calendar" shortcut on the phone version

The shortcut is ACTION + K and not ACTION + L. This was already correct
for the large screen version of the helper, but wrong for the small
screen version.

Fixes: 309569033
Test: Manually
Flag: NONE Trivial change
Change-Id: I1efff8e4e66813e704a8d66cf699a0954a77af44
parent 549e4298
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -610,7 +610,7 @@ public final class KeyboardShortcuts {
            keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo(
                    mContext.getString(R.string.keyboard_shortcut_group_applications_calendar),
                    calendarIcon,
                    KeyEvent.KEYCODE_L,
                    KeyEvent.KEYCODE_K,
                    KeyEvent.META_META_ON));
        }