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

Commit c73af594 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

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

* commit 'd1af7720':
  Bug 3332414 - UI glitch in CAB options
parents 2e23c3b8 d1af7720
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();
        }