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

Commit 0831b52c authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Automerger Merge Worker
Browse files

Merge "Fix CEC init twice in normal boot" am: 1d1c6ae7 am: 158f098e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1517502

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibdfc0e4788cecc3a358d358e1141ad2b3246deba
parents 326f8972 158f098e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ public class HdmiControlService extends SystemService {
    private void bootCompleted() {
        // on boot, if device is interactive, set HDMI CEC state as powered on as well
        if (mPowerManager.isInteractive() && isPowerStandbyOrTransient()) {
            onWakeUp();
            mPowerStatus = HdmiControlManager.POWER_STATUS_ON;
        }
    }