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

Commit 353672ec 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

am: cb02c514

Change-Id: I85090b8b372cf78c18dbecfcd1083bddd2352669
parents 1e8ee8fc cb02c514
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);