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

Commit 64985063 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Fix breakage from ActionBar animations"

parents 981913ba 1ae7c284
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ public class ActionMenuPresenter extends BaseMenuPresenter
    public void updateMenuView(boolean cleared) {
        final ViewGroup menuViewParent = (ViewGroup) ((View) mMenuView).getParent();
        if (menuViewParent != null) {
            setupItemAnimations();
//            setupItemAnimations();
            ActionBarTransition.beginDelayedTransition(menuViewParent);
        }
        super.updateMenuView(cleared);