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

Commit 7180b819 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6378851 from 2ab57b66 to rvc-release

Change-Id: I75d0580178c89423d1d7bad4fd4369bfa8d15c1d
parents 1723267e 2ab57b66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ public class ItemInfo {
        LauncherAtom.ItemInfo.Builder itemBuilder = LauncherAtom.ItemInfo.newBuilder();
        itemBuilder.setIsWork(user != Process.myUserHandle());
        ComponentName cn = getTargetComponent();
        if (cn == null) return itemBuilder.build();
        switch (itemType) {
            case ITEM_TYPE_APPLICATION:
                itemBuilder.setApplication(LauncherAtom.Application.newBuilder()
+1 −0
Original line number Diff line number Diff line
@@ -282,6 +282,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator>

        Rect padding = grid.workspacePadding;
        setPadding(padding.left, padding.top, padding.right, padding.bottom);
        mInsets.set(insets);

        if (mWorkspaceFadeInAdjacentScreens) {
            // In landscape mode the page spacing is set to the default.