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

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

Merge "Change handling logic in SystemAudioAutoInitiationAction"

parents 7d044566 bbfca33e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@ final class SystemAudioAutoInitiationAction extends HdmiCecFeatureAction {
            @Override
            public void onSendCompleted(int error) {
                if (error != SendMessageResult.SUCCESS) {
                    tv().setSystemAudioMode(false);
                    finish();
                    handleSystemAudioModeStatusTimeout();
                }
            }
        });