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

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

Merge "MSIM(DSDA): Allow ringing calls on both subs at same time"

parents 872f1079 8b1863e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2354,7 +2354,8 @@ public final class CallManager {
                    if (VDBG) Rlog.d(LOG_TAG, " handleMessage (EVENT_NEW_RINGING_CONNECTION)");
                    Connection c = (Connection) ((AsyncResult) msg.obj).result;
                    int subId = c.getCall().getPhone().getSubId();
                    if (getActiveFgCallState(subId).isDialing() || hasMoreThanOneRingingCall()) {
                    if (getActiveFgCallState(subId).isDialing() ||
                            hasMoreThanOneRingingCall(subId)) {
                        try {
                            Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall());
                            c.getCall().hangup();