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

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

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

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