Merge "Dialing phone state should update active sub"
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