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

Commit cb02c514 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Fix possible NPE in ImsPhoneCallTracker" am: c4233f6d

am: d23fe92b

Change-Id: I62e13668884f5719966ee84afa18634cb5612f87
parents c1328255 d23fe92b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3263,6 +3263,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                ImsPhoneConnection oldConnection = findConnection(callInfo.first);
                if (oldConnection == null) {
                    sendCallStartFailedDisconnect(callInfo.first, callInfo.second);
                    break;
                }
                mForegroundCall.detach(oldConnection);
                removeConnection(oldConnection);