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

Commit e91e7452 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Make the navigation bar opaque."

parents 06ad3f19 a388449e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -468,7 +468,7 @@ public class PhoneStatusBar extends StatusBar {
                    | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
                    | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
                    | WindowManager.LayoutParams.FLAG_SPLIT_TOUCH
                    | WindowManager.LayoutParams.FLAG_SPLIT_TOUCH
                    | WindowManager.LayoutParams.FLAG_SLIPPERY,
                    | WindowManager.LayoutParams.FLAG_SLIPPERY,
                PixelFormat.TRANSLUCENT);
                PixelFormat.OPAQUE);


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