commit | 1e9cdc927ec08ff3b7dd2e23af7cf66e32e6ba14 | [log] [tgz] |
---|---|---|
author | q.huang <q.huang@exm.com> | Wed May 11 19:01:41 2022 +0800 |
committer | rjw <rjw@exm.com> | Tue May 17 18:41:43 2022 +0800 |
tree | 5ce0a7db9f19d81c328d0e2c85d1f807c001b69f | |
parent | ff6c8aefffc648d8fd2d14c10ffcff35283e1dc1 [diff] [blame] |
[bug-fix] api-185 Change-Id: I27abeeb4ec90b5c139585ed47d3b6241ac5367d4
diff --git a/framework/lynq-ril-service/src/common.cpp b/framework/lynq-ril-service/src/common.cpp index 16195e5..6827a6b 100755 --- a/framework/lynq-ril-service/src/common.cpp +++ b/framework/lynq-ril-service/src/common.cpp
@@ -205,10 +205,7 @@ RIL_Call *p_cur = ((RIL_Call **) response)[i]; /* each call info */ call_state[slot].push_back(p_cur->state); - RLOGD("[SIM%d][id:%d]update_call_state: %d", slot,p_cur->index, p_cur->state); - if(p_cur->isMT) { - resetMute(); - } + RLOGD("[SIM%d][id:%d]update_call_state: %d", slot,p_cur->index, p_cur->state); } } }