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

Commit 3e142540 authored by Rakesh Iyer's avatar Rakesh Iyer
Browse files

Set always opaque flag on CarNavigationBar.

The navigation bar is more like a set of shortcuts on auto and
it doesn't make much sense for the application to be able to set
it to translucent.

Change-Id: Ibe0bcdd43b7b1c968a414bfe7de024a8422ee883
parent 69f981e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class CarStatusBar extends PhoneStatusBar implements
        mController = new CarNavigationBarController(context, mCarNavigationBar,
                this /* ActivityStarter*/);
        mNavigationBarView = mCarNavigationBar;

        mCarNavigationBar.getBarTransitions().setAlwaysOpaque(true);
    }

    @Override