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

Commit f0380367 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Avoid ignoring turning on screen requested by slow activity" into rvc-dev am: 061e5065

Change-Id: Ib5dd6d81498f7166bc6509ffea0d1236086c96d5
parents 98121537 061e5065
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1688,6 +1688,8 @@ class ActivityStack extends Task {
                    ensureActivitiesVisible(null /* starting */, 0 /* configChanges */,
                            !PRESERVE_WINDOWS);
                    nothingToResume = shouldSleepActivities();
                } else if (next.currentLaunchCanTurnScreenOn() && next.canTurnScreenOn()) {
                    nothingToResume = false;
                }
            }
            if (nothingToResume) {