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

Commit f83d8a00 authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Respect nav button tinting in SUW" into tm-qpr-dev

parents bebeefe9 1d7e050b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -598,9 +598,6 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
    }

    public void onNavButtonsDarkIntensityChanged(float darkIntensity) {
        if (!isUserSetupComplete()) {
            return;
        }
        mControllers.navbarButtonsViewController.getTaskbarNavButtonDarkIntensity()
                .updateValue(darkIntensity);
    }