Merge "Change handling logic in SystemAudioAutoInitiationAction"
This commit is contained in:
@@ -50,8 +50,7 @@ final class SystemAudioAutoInitiationAction extends HdmiCecFeatureAction {
|
|||||||
@Override
|
@Override
|
||||||
public void onSendCompleted(int error) {
|
public void onSendCompleted(int error) {
|
||||||
if (error != SendMessageResult.SUCCESS) {
|
if (error != SendMessageResult.SUCCESS) {
|
||||||
tv().setSystemAudioMode(false);
|
handleSystemAudioModeStatusTimeout();
|
||||||
finish();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user