Loading src/com/android/server/telecom/CallsManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1600,7 +1600,8 @@ public final class CallsManager extends Call.ListenerBase { && !phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.setBit(PhoneAccount.ACTIVE); } else if (phAcc.isSet(PhoneAccount.ACTIVE)) { } else if (subId != null && !subId.equals(ph.getId()) && phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.unSetBit(PhoneAccount.ACTIVE); } Loading Loading
src/com/android/server/telecom/CallsManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1600,7 +1600,8 @@ public final class CallsManager extends Call.ListenerBase { && !phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.setBit(PhoneAccount.ACTIVE); } else if (phAcc.isSet(PhoneAccount.ACTIVE)) { } else if (subId != null && !subId.equals(ph.getId()) && phAcc.isSet(PhoneAccount.ACTIVE)) { changed = true; phAcc.unSetBit(PhoneAccount.ACTIVE); } Loading