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

Commit 1ddc6e3a authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 9667aaed: Fix NREC command format error

* commit '9667aaed':
  Fix NREC command format error
parents d5a11c1e 9667aaed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1492,7 +1492,7 @@ final class HeadsetStateMachine extends StateMachine {
        if (enable == 1) {
            mAudioManager.setParameters(HEADSET_NREC + "=on");
        } else {
            mAudioManager.setParameters(HEADSET_NREC + "off");
            mAudioManager.setParameters(HEADSET_NREC + "=off");
        }
    }