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

Commit 1d774f15 authored by Daniel Sandler's avatar Daniel Sandler Committed by The Android Automerger
Browse files

Make the navigation bar opaque.

The HW composer was getting confused by the transparent
window (which was a holdover from a previous design for
lights-out/fullscreen mode).

Bug: 5155982
Change-Id: I548e1b2b3b012aecba96ccf022730a9bd289e003
parent 037f61bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public class PhoneStatusBar extends StatusBar {
                    | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
                    | WindowManager.LayoutParams.FLAG_SPLIT_TOUCH
                    | WindowManager.LayoutParams.FLAG_SLIPPERY,
                PixelFormat.TRANSLUCENT);
                PixelFormat.OPAQUE);

        lp.setTitle("NavigationBar");
        switch (rotation) {