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

Commit 37bc8a96 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the visibility of nav bar methods"

parents 72d08095 f59e125f
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -839,7 +839,11 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
        }
    }

    private void attachBottomNavBarWindow() {
    /**
     * Attaches the bottom nav bar window. Can be extended to modify the specific behavior of
     * attaching the bottom nav bar.
     */
    protected void attachBottomNavBarWindow() {
        if (!mShowBottom) {
            return;
        }
@@ -862,7 +866,11 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
        mWindowManager.addView(mNavigationBarWindow, lp);
    }

    private void detachBottomNavBarWindow() {
    /**
     * Detaches the bottom nav bar window. Can be extended to modify the specific behavior of
     * detaching the bottom nav bar.
     */
    protected void detachBottomNavBarWindow() {
        if (!mShowBottom) {
            return;
        }