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

Commit 4d59467e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/25813599'] into 24Q1-release.

Change-Id: Ie0db542ef9c7915ad34042179b5edf2b8999e399
parents 15b039cc 9c46419d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ public class TaskViewTransitions implements Transitions.TransitionHandler {
                    continue;
                }
                if (isHide) {
                    if (pending.mType == TRANSIT_TO_BACK) {
                    if (pending != null && pending.mType == TRANSIT_TO_BACK) {
                        // TO_BACK is only used when setting the task view visibility immediately,
                        // so in that case we can also hide the surface immediately
                        startTransaction.hide(chg.getLeash());