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

Commit 3140efe5 authored by Andy Wickham's avatar Andy Wickham Committed by Android (Google) Code Review
Browse files

Merge "Don't animate layout changes for WorkModeSwitch." into udc-qpr-dev

parents 15b81093 1eb694a8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ package com.android.launcher3.allapps;

import static com.android.launcher3.workprofile.PersonalWorkSlidingTabStrip.getTabWidth;

import android.animation.LayoutTransition;
import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
@@ -92,8 +91,6 @@ public class WorkModeSwitch extends LinearLayout implements Insettable,

        setInsets(mActivityContext.getDeviceProfile().getInsets());
        updateStringFromCache();

        getLayoutTransition().enableTransitionType(LayoutTransition.CHANGING);
    }

    @Override