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

Commit 24fa4027 authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

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

parents b4c85e1a f6905f1c
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));