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

Commit 8146fdaf authored by Muyuan Li's avatar Muyuan Li Committed by android-build-merger
Browse files

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

am: 02bfd130

* commit '02bfd130':
  Fixes a bug in shortcut key.

Change-Id: Ia0035f82d73c867ec6a3490649fb6cc9f1beb999
parents 3280b8fb 02bfd130
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);
                }