Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f9d2bf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Set active subscription properly"

parents 1ee387f0 c7060fb1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
            }