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

Commit 98febb5f authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Skip updating taskbar background alpha in phone mode" into main

parents dff855e7 23e6f38e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -171,6 +171,10 @@ public class TaskbarDragLayerController implements TaskbarControllers.LoggableTa
    }

    private void updateBackgroundAlpha() {
        if (mActivity.isPhoneMode()) {
            return;
        }

        final float bgNavbar = mBgNavbar.value;
        final float bgTaskbar = mBgTaskbar.value * mKeyguardBgTaskbar.value
                * mNotificationShadeBgTaskbar.value * mImeBgTaskbar.value