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

Commit 12981803 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reset allDrawn when an activity is relaunched"

parents 4140ffd7 1d03b5c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3051,6 +3051,8 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        // from the client it-self to the parent surface (owned by us).
        detachChildren();

        clearAllDrawn();

        mPendingRelaunchCount++;
    }