Merge 889b726a68e42329140fedabeaeeee35248baf55 on remote branch
Change-Id: I06064afaba661e665b19025ed35e821b4db98da6
diff --git a/fmapp2/src/com/caf/fmradio/FMRadioService.java b/fmapp2/src/com/caf/fmradio/FMRadioService.java
index 861e4aa..7e36323 100644
--- a/fmapp2/src/com/caf/fmradio/FMRadioService.java
+++ b/fmapp2/src/com/caf/fmradio/FMRadioService.java
@@ -1478,6 +1478,11 @@
boolean bTempSpeaker = mSpeakerPhoneOn ; //need to restore SpeakerPhone
boolean bTempMute = mMuted;// need to restore Mute status
int bTempCall = mCallStatus;//need to restore call status
+ if (mSession != null && mSession.isActive()) {
+ Log.d(LOGTAG, "onCallStateChanged: State - " + state
+ + " Session is Active: " + mSession.isActive() );
+ mSession.setActive(false);
+ }
if (isFmOn() && fmOff()) {
if((mServiceInUse) && (mCallbacks != null)) {
try {