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

Commit 08bcd0e8 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Fix a small bug around deferring activity visibility" into sc-v2-dev

parents 4244ff3a ecaff118
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4569,7 +4569,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        }

        // If in a transition, defer commits for activities that are going invisible
        if (!visible && mAtmService.getTransitionController().inTransition()) {
        if (!visible && mAtmService.getTransitionController().inTransition(this)) {
            return;
        }
        // If we are preparing an app transition, then delay changing