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

Commit 7b0ca89a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "IMS: Active call ends on accepting incoming call"

parents f5903a3e a2b45e66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2383,6 +2383,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                        mPendingMO.setDisconnectCause(DisconnectCause.ERROR_UNSPECIFIED);
                        sendEmptyMessageDelayed(EVENT_HANGUP_PENDINGMO, TIMEOUT_HANGUP_PENDINGMO);
                    }
                    if (imsCall != mCallExpectedToResume) {
                        mCallExpectedToResume = null;
                    }
                }
                mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
            }