Loading core/java/com/android/internal/widget/ActionBarOverlayLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ public class ActionBarOverlayLayout extends ViewGroup { topInset += mActionBarHeight; } } } else if (mActionBarTop.getVisibility() == VISIBLE) { } else if (mActionBarTop.getVisibility() != GONE) { // This is the space needed on top of the window for all of the action bar // and tabs. topInset = mActionBarTop.getMeasuredHeight(); Loading Loading
core/java/com/android/internal/widget/ActionBarOverlayLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ public class ActionBarOverlayLayout extends ViewGroup { topInset += mActionBarHeight; } } } else if (mActionBarTop.getVisibility() == VISIBLE) { } else if (mActionBarTop.getVisibility() != GONE) { // This is the space needed on top of the window for all of the action bar // and tabs. topInset = mActionBarTop.getMeasuredHeight(); Loading