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

Commit 3938dcc3 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Fix disappearing translucent status bar background

am: 0a13bfde

* commit '0a13bfde':
  Fix disappearing translucent status bar background
parents a7831e4f 0a13bfde
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1706,7 +1706,9 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
            mDecorCaptionView.addView(root,
                    new ViewGroup.MarginLayoutParams(MATCH_PARENT, MATCH_PARENT));
        } else {
            addView(root, new ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT));

            // Put it below the color views.
            addView(root, 0, new ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT));
        }
        mContentRoot = (ViewGroup) root;
        initializeElevation();