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