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

Commit d4d170de authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Do not take screenshots when launching activities..." into klp-dev

parents 5357f8fd 6f6d56fd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -740,7 +740,10 @@ final class ActivityStack {
        prev.state = ActivityState.PAUSING;
        prev.task.touchActiveTime();
        clearLaunchTime(prev);
        final ActivityRecord next = mStackSupervisor.topRunningActivityLocked();
        if (next == null || next.task != prev.task) {
            prev.updateThumbnail(screenshotActivities(prev), null);
        }
        stopFullyDrawnTraceIfNeeded();

        mService.updateCpuStats();