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

Commit dd10b666 authored by Adam Powell's avatar Adam Powell
Browse files

Bug 3332414 - UI glitch in CAB options

Change-Id: Ic066f968b0125276c315f31adbd96420e528362f
parent 2ebac694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class ActionBarContextView extends ViewGroup implements AnimatorListener
    }

    public void initForMode(final ActionMode mode) {
        if (mAnimationMode == ANIMATE_OUT) {
        if (mAnimationMode != ANIMATE_IDLE || mAnimateInOnLayout) {
            killMode();
        }