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

Commit fa636a38 authored by Paul Colta's avatar Paul Colta
Browse files

HDMI: Dismiss "Are you still watching" UI on OTP from source device.

When OTP was triggered from source device, CEC framework expected a <Set Stream Path>/<Routing Change> from the TV to dismiss the UI. This message might come slower, after the TV really changed the input to source's path.

Change-Id: I97305b1c12d28763b45ef42633f121137fef6369
Test: m
Bug: 362994774
Flag: EXEMPT bug fix
parent e06df116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4328,6 +4328,7 @@ public class HdmiControlService extends SystemService {
        HdmiCecLocalDevicePlayback playback = playback();
        HdmiCecLocalDeviceAudioSystem audioSystem = audioSystem();
        if (playback != null) {
            playback.dismissUiOnActiveSourceStatusRecovered();
            playback.setActiveSource(playback.getDeviceInfo().getLogicalAddress(), physicalAddress,
                    caller);
            playback.wakeUpIfActiveSource();