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

Commit 11d4cbde authored by Gary Mai's avatar Gary Mai Committed by android-build-merger
Browse files

Merge "Backport cl/159625495" into ub-contactsdialer-k-dev

am: 6a777531

Change-Id: I05ef784d85f64881ba721abb697679778d716460
parents 55f24bc5 6a777531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ public class ShortcutIntentBuilder {
            compatAdaptiveIcon = IconCompat.createWithAdaptiveBitmap(icon);
            final ShortcutManager sm = (ShortcutManager)
                    mContext.getSystemService(Context.SHORTCUT_SERVICE);
            final String id = shortcutAction + lookupKey;
            final String id = shortcutAction + lookupKey + phoneUri.toString().hashCode();
            final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext);
            final ShortcutInfo shortcutInfo = dynamicShortcuts.getActionShortcutInfo(
                    id, displayName, shortcutIntent, compatAdaptiveIcon.toIcon());