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

Commit 64519c6b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ActivityManager: Donot take launcher screenshot."

parents 960731ca e6e44650
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -740,7 +740,9 @@ final class ActivityStack {
        prev.state = ActivityState.PAUSING;
        prev.task.touchActiveTime();
        clearLaunchTime(prev);
	if (!prev.isHomeActivity()) {
            prev.updateThumbnail(screenshotActivities(prev), null);
	}
        stopFullyDrawnTraceIfNeeded();

        mService.updateCpuStats();