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

Commit d1af7720 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Bug 3332414 - UI glitch in CAB options" into honeycomb

parents 0d69fae5 dd10b666
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();
        }