Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +10 −9 Original line number Diff line number Diff line Loading @@ -940,8 +940,10 @@ public final class ImsPhoneCallTracker extends CallTracker { // State updates will be triggered through individual callbacks // i.e. onCallHeld, onCallResume, etc and conn.update will be responsible for the update if (ignoreState) { changed = conn.updateMediaCapabilities(imsCall); } else { conn.updateMediaCapabilities(imsCall); return; } changed = conn.update(imsCall, state); if (state == ImsPhoneCall.State.DISCONNECTED) { changed = conn.onDisconnect(cause) || changed; Loading @@ -949,7 +951,6 @@ public final class ImsPhoneCallTracker extends CallTracker { conn.getCall().detach(conn); removeConnection(conn); } } if (changed) { if (conn.getCall() == mHandoverCall) return; Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +10 −9 Original line number Diff line number Diff line Loading @@ -940,8 +940,10 @@ public final class ImsPhoneCallTracker extends CallTracker { // State updates will be triggered through individual callbacks // i.e. onCallHeld, onCallResume, etc and conn.update will be responsible for the update if (ignoreState) { changed = conn.updateMediaCapabilities(imsCall); } else { conn.updateMediaCapabilities(imsCall); return; } changed = conn.update(imsCall, state); if (state == ImsPhoneCall.State.DISCONNECTED) { changed = conn.onDisconnect(cause) || changed; Loading @@ -949,7 +951,6 @@ public final class ImsPhoneCallTracker extends CallTracker { conn.getCall().detach(conn); removeConnection(conn); } } if (changed) { if (conn.getCall() == mHandoverCall) return; Loading