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

Commit 1f325ab0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't reset RecentsView in onIdpChanged()" into ub-launcher3-rvc-dev

parents 34919456 9459f310
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -488,7 +488,8 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
            return;
        }
        mModel.getIconCache().clear();
        reset();
        unloadVisibleTaskData();
        loadVisibleTaskData();
    }

    public void init(OverviewActionsView actionsView) {
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ public class InvariantDeviceProfile {
        iconSize = p.iconSize;
        iconShapePath = p.iconShapePath;
        landscapeIconSize = p.landscapeIconSize;
        iconBitmapSize = p.iconBitmapSize;
        iconTextSize = p.iconTextSize;
        numHotseatIcons = p.numHotseatIcons;
        numAllAppsColumns = p.numAllAppsColumns;