Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2559,6 +2559,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); Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -2559,6 +2559,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); Loading