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

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

Merge "Fix bug 3484000 - ActionBar visibility issue"

parents 586a1839 d8145049
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ import java.util.ArrayList;
 * which is normally hidden.
 */
public class ActionBarImpl extends ActionBar {
    private static final String TAG = "ActionBarImpl";
    private static final int NORMAL_VIEW = 0;
    private static final int CONTEXT_VIEW = 1;

@@ -478,6 +479,8 @@ public class ActionBarImpl extends ActionBar {
            mCurrentShowAnim = anim;
            anim.start();
        } else {
            mContainerView.setAlpha(1);
            mContainerView.setTranslationY(0);
            mShowListener.onAnimationEnd(null);
        }
    }