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

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

Merge "Fix the difference in design between SSSS and DSDA"

parents 8ca77ec7 c57ae40b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1553,7 +1553,9 @@ public final class CallsManager extends Call.ListenerBase {
                // There is no more room for any more calls, unless it's an emergency.
                return false;  // No more room!
            }

            if (Objects.equals(liveCall.getTargetPhoneAccount(), call.getTargetPhoneAccount())) {
                return true;
            }
            // Try to hold the live call before attempting the new outgoing call.
            if (liveCall.can(PhoneCapabilities.HOLD)) {
                liveCall.hold();