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

Commit 06537ee6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 29e045c4 089c9630
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));
        }