Merge "Ensure the scrim layer above home task & wallpaper." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c1fd149dd
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user