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

Commit 9be76b0e authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android Git Automerger
Browse files

am ed247003: Merge "Fix issue #18240452: No recents screenshot when resuming...

am ed247003: Merge "Fix issue #18240452: No recents screenshot when resuming from keyguard." into lmp-mr1-dev automerge: c56a1f17

* commit 'ed247003':
  Fix issue #18240452: No recents screenshot when resuming from keyguard.
parents 9fb51ad8 ed247003
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -835,7 +835,7 @@ final class ActivityStack {
        prev.task.touchActiveTime();
        clearLaunchTime(prev);
        final ActivityRecord next = mStackSupervisor.topRunningActivityLocked();
        if (mService.mHasRecents && (next == null || next.noDisplay || next.task != prev.task)) {
        if (mService.mHasRecents && (next == null || next.noDisplay || next.task != prev.task || uiSleeping)) {
            prev.updateThumbnail(screenshotActivities(prev), null);
        }
        stopFullyDrawnTraceIfNeeded();