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

Commit f6905f1c authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Run TaskDisplayArea recovery during sleep tokens" into udc-qpr-dev

parents 9fb566fb 01caa04c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5345,7 +5345,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
                // Finish should only ever commit visibility=false, so we can check full containment
                // rather than just direct membership.
                inFinishingTransition = mTransitionController.inFinishingTransition(this);
                if (!inFinishingTransition && !mDisplayContent.isSleeping()) {
                if (!inFinishingTransition && (visible || !mDisplayContent.isSleeping())) {
                    Slog.e(TAG, "setVisibility=" + visible
                            + " while transition is not collecting or finishing "
                            + this + " caller=" + Debug.getCallers(8));