commit | c2e85314eef23c2c143300b99b0ea077191dfc49 | [log] [tgz] |
---|---|---|
author | Venkateshwarlu Domakonda <vdomak@codeaurora.org> | Tue Aug 12 18:53:14 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Aug 12 06:30:11 2014 -0700 |
tree | 0847511fbb7c2f76fd2e2e7ffd78e0cda70a3282 | |
parent | 5e3e69c22fdef2a0b505238cb91522e50cccabc3 [diff] |
FM: Fix the issue with AF jump Call the right API to update the AF jump functionality. Change-Id: I005e355473e805c797c80f7ef7e2f5daf7df4c9a CRs-fixed: 708426
diff --git a/fmapp2/src/com/caf/fmradio/FMRadio.java b/fmapp2/src/com/caf/fmradio/FMRadio.java index 15f16ce..fb8ab23 100644 --- a/fmapp2/src/com/caf/fmradio/FMRadio.java +++ b/fmapp2/src/com/caf/fmradio/FMRadio.java
@@ -3110,7 +3110,7 @@ fmConfigure(); break; case Settings.FM_AF_OPTION_CHANGED: - fmAudioOutputMode(); + fmAutoAFSwitch(); break; case Settings.FM_AUDIO_MODE_CHANGED: fmAudioOutputMode();