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

Commit 9c1fd149 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Ensure the scrim layer above home task & wallpaper." into main

parents 9982cf96 4f5c7f62
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -341,7 +341,9 @@ public class LauncherBackAnimationController {
        mTransaction
                .setColor(mScrimLayer, colorComponents)
                .setAlpha(mScrimLayer, mScrimAlpha)
                .show(mScrimLayer);
                .show(mScrimLayer)
                // Ensure the scrim layer occludes opening task & wallpaper
                .setLayer(mScrimLayer, 1000);
    }

    void removeScrimLayer() {