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

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

Merge "Correct SHOW_WALLPAPER conflicts the definition of isTranslucent" into tm-qpr-dev

parents a67ac6d7 a5ec7c59
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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());