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

Commit 2e08ce87 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixes a potential error in setDynamicShortcut" into sc-dev am: 8a170b2e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14311402

Change-Id: I3b9a206096ca656f522b3acd63bdfee609311652
parents c364d467 8a170b2e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
    }