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

Commit 6ee94f24 authored by Amy Zhang's avatar Amy Zhang Committed by Android (Google) Code Review
Browse files

Merge "Keep ARC status as what it is if ARC initialization is timeout"

parents c559cb65 ca021cd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,8 +91,8 @@ public class ArcInitiationActionFromAvr extends HdmiCecFeatureAction {
    }

    private void handleInitiateArcTimeout() {
        // Keep ARC status as what it is when TV does not respond to ARC init
        HdmiLogger.debug("handleInitiateArcTimeout");
        audioSystem().setArcStatus(false);
        finish();
    }
}