Loading src/com/android/server/telecom/CallsManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -910,6 +910,7 @@ public final class CallsManager extends Call.ListenerBase { removeCall(call); if (!hasAnyCalls()) { updateLchStatus(null); setActiveSubscription(null); manageMSimInCallTones(false); } } Loading Loading @@ -1604,6 +1605,8 @@ public final class CallsManager extends Call.ListenerBase { && phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.unSetBit(PhoneAccount.ACTIVE); } else if (subId == null && phAcc.isSet(PhoneAccount.ACTIVE)) { phAcc.unSetBit(PhoneAccount.ACTIVE); } } if (!changed) { Loading Loading
src/com/android/server/telecom/CallsManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -910,6 +910,7 @@ public final class CallsManager extends Call.ListenerBase { removeCall(call); if (!hasAnyCalls()) { updateLchStatus(null); setActiveSubscription(null); manageMSimInCallTones(false); } } Loading Loading @@ -1604,6 +1605,8 @@ public final class CallsManager extends Call.ListenerBase { && phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.unSetBit(PhoneAccount.ACTIVE); } else if (subId == null && phAcc.isSet(PhoneAccount.ACTIVE)) { phAcc.unSetBit(PhoneAccount.ACTIVE); } } if (!changed) { Loading