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

Commit 540962a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Sometimes Screen does not wake up while receiving whatsapp video call"

parents 2c86cec3 7b712e2f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -661,8 +661,7 @@ class KeyguardController {
                display.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
            }

            if (mTopTurnScreenOnActivity != lastTurnScreenOnActivity
                    && mTopTurnScreenOnActivity != null
            if (mTopTurnScreenOnActivity != null
                    && !mService.mWindowManager.mPowerManager.isInteractive()
                    && (mRequestDismissKeyguard || occludedByActivity)) {
                controller.mTaskSupervisor.wakeUp("handleTurnScreenOn");