diff --git a/packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java b/packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java index 249133a9a63bd..afa255a094413 100644 --- a/packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java +++ b/packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java @@ -205,8 +205,7 @@ public class RemoteAnimationTargetCompat { // TODO: once we can properly sync transactions across process, then get rid of this leash. leash = createLeash(info, change, order, t); - isTranslucent = (change.getFlags() & TransitionInfo.FLAG_TRANSLUCENT) != 0 - || (change.getFlags() & TransitionInfo.FLAG_SHOW_WALLPAPER) != 0; + isTranslucent = (change.getFlags() & TransitionInfo.FLAG_TRANSLUCENT) != 0; clipRect = null; position = null; localBounds = new Rect(change.getEndAbsBounds());