Loading services/core/java/com/android/server/pm/ShortcutService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1992,10 +1992,11 @@ public class ShortcutService extends IShortcutService.Stub { packageShortcutsChanged(packageName, userId, changedShortcuts, removedShortcuts); verifyStates(); ret.complete(true); } catch (Exception e) { ret.completeExceptionally(e); } ret.complete(true); }); return ret; } Loading Loading
services/core/java/com/android/server/pm/ShortcutService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1992,10 +1992,11 @@ public class ShortcutService extends IShortcutService.Stub { packageShortcutsChanged(packageName, userId, changedShortcuts, removedShortcuts); verifyStates(); ret.complete(true); } catch (Exception e) { ret.completeExceptionally(e); } ret.complete(true); }); return ret; } Loading