[automerge] Dialing phone state should update active sub 2p: cde6691a4d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16726375 Bug: 211377690 Bug: 214088538 Change-Id: I9aa6deea0c05884010f6df3630384e1db65fd21c
This commit is contained in:
@@ -215,7 +215,9 @@ class GnssNetworkConnectivityHandler {
|
||||
}
|
||||
@Override
|
||||
public void onPreciseCallStateChanged(PreciseCallState state) {
|
||||
if (state.PRECISE_CALL_STATE_ACTIVE == state.getForegroundCallState()) {
|
||||
if (PreciseCallState.PRECISE_CALL_STATE_ACTIVE == state.getForegroundCallState()
|
||||
|| PreciseCallState.PRECISE_CALL_STATE_DIALING
|
||||
== state.getForegroundCallState()) {
|
||||
mActiveSubId = mSubId;
|
||||
if (DEBUG) Log.d(TAG, "mActiveSubId: " + mActiveSubId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user