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

Commit 5504dc13 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-20.0' into v1-t

parents ae2f363d 100e3f34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));
            });
        }