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

Commit 3e1d2599 authored by Omkar Kolangade's avatar Omkar Kolangade
Browse files

IMS: Clear 'Merge Triggered By Conference' Flag

Adding logic to clear mMergeRequestedByConference
after the conference request from an existing
conference call fails.

Bug: 68275091
Change-Id: I60ccbc36e749cdb37daa25142f3ee20ff285c48d
parent 0491b773
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2485,6 +2485,8 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            // based on the user facing UI.
            mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);

            call.resetIsMergeRequestedByConf(false);

            // Start plumbing this even through Telecom so other components can take
            // appropriate action.
            ImsPhoneConnection conn = findConnection(call);