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

Commit ee867c12 authored by Kyeongkab.Nam's avatar Kyeongkab.Nam Committed by android-build-merger
Browse files

Merge "Change handling logic in SystemAudioAutoInitiationAction" am: e31990f5 am: add89ebe

am: dc903efb

Change-Id: I3b97ad8198b0ccef18dedd5399028b3a513e4f01
parents 84a7af44 dc903efb
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();
                }
            }
        });