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

Commit 33326074 authored by Tony Wickham's avatar Tony Wickham
Browse files

Stop animating highlighted page border in spring-loaded mode.

It looked weird, because the scrim cutout happens immediately
and the border flickered into place shortly after.

Bug: 27135377
Change-Id: Iff861db73c438c7dabccd6ed7c4ee38dbeb77ea1
parent 1c1c0889
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -113,7 +113,8 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {

    private float mBackgroundAlpha;

    private static final int BACKGROUND_ACTIVATE_DURATION = 120;
    private static final int BACKGROUND_ACTIVATE_DURATION =
            FeatureFlags.LAUNCHER3_LEGACY_WORKSPACE_DND ? 120 : 0;
    private final TransitionDrawable mBackground;

    // These values allow a fixed measurement to be set on the CellLayout.