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

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

Merge "IMS: Fix resume of held call when active call is ended."

parents 3ae0a8f8 2609f772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1117,7 +1117,7 @@ public final class ImsPhoneCallTracker extends CallTracker {

            if (reasonInfo.getCode() == ImsReasonInfo.CODE_USER_TERMINATED) {
                if ((oldState == ImsPhoneCall.State.DISCONNECTING)
                        && (mForegroundCall.getState() == ImsPhoneCall.State.DISCONNECTED)
                        && (mForegroundCall.getState() == ImsPhoneCall.State.IDLE)
                        && (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING)) {
                    sendEmptyMessage(EVENT_RESUME_BACKGROUND);
                }