Loading services/core/java/com/android/server/pm/ShortcutService.java +2 −2 Original line number Diff line number Diff line Loading @@ -3607,8 +3607,8 @@ public class ShortcutService extends IShortcutService.Stub { // Otherwise check persisted shortcuts getShortcutInfoAsync(launcherUserId, packageName, shortcutId, userId, si -> { cb.complete(getShortcutIconUriInternal(launcherUserId, launcherPackage, packageName, si, userId)); cb.complete(si == null ? null : getShortcutIconUriInternal(launcherUserId, launcherPackage, packageName, si, userId)); }); } Loading Loading
services/core/java/com/android/server/pm/ShortcutService.java +2 −2 Original line number Diff line number Diff line Loading @@ -3607,8 +3607,8 @@ public class ShortcutService extends IShortcutService.Stub { // Otherwise check persisted shortcuts getShortcutInfoAsync(launcherUserId, packageName, shortcutId, userId, si -> { cb.complete(getShortcutIconUriInternal(launcherUserId, launcherPackage, packageName, si, userId)); cb.complete(si == null ? null : getShortcutIconUriInternal(launcherUserId, launcherPackage, packageName, si, userId)); }); } Loading