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

Commit 1f6e606b authored by Felipe Leme's avatar Felipe Leme
Browse files

Added explicit cast so it compiles on Eclipse.

Change-Id: Id9f49ca85b2b7ab89340e27527ff652047e059ae
parent 94300f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public class LauncherAppsService extends SystemService {
                        "To query by shortcut ID, package name must also be set");
            }

            return new ParceledListSlice<>(
            return new ParceledListSlice<>((List<ShortcutInfo>)
                    mShortcutServiceInternal.getShortcuts(getCallingUserId(),
                            callingPackage, changedSince, packageName, shortcutIds,
                            componentName, flags, user.getIdentifier()));