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

Commit f2d2aab3 authored by Muyuan Li's avatar Muyuan Li Committed by Android (Google) Code Review
Browse files

Merge "Fixes a bug in shortcut key." into nyc-dev

parents 439525a9 b5dd0490
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3396,7 +3396,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode);
            if (shortcutService != null) {
                try {
                    if (isUserSetupComplete()) {
                        shortcutService.notifyShortcutKeyPressed(shortcutCode);
                    }
                } catch (RemoteException e) {
                    mShortcutKeyServices.delete(shortcutCode);
                }