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

Commit fbdff47a authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #6268190"

parents b76a5608 fe2b7ccc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -137,7 +137,9 @@ public class ActionBarOverlayLayout extends FrameLayout {

        // The top and bottom action bars are always within the content area.
        boolean changed = applyInsets(mActionBarTop, insets, true, true, false, true);
        if (mActionBarBottom != null) {
            changed |= applyInsets(mActionBarBottom, insets, true, false, true, true);
        }

        // If the window has not requested system UI layout flags, we need to
        // make sure its content is not being covered by system UI...  though it