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

Commit dc903efb 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

Change-Id: If37e08f891639e6bb8c568bea4ca90dc6470d6bc
parents 65240e82 add89ebe
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -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();
                }
                }
            }
            }
        });
        });