Merge change 5792 into donut

* changes:
  Fix typo introduced during variable cleanup.
This commit is contained in:
Android (Google) Code Review
2009-06-30 11:01:10 -07:00

View File

@@ -1398,7 +1398,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
protected void onVoiceCallEnded() { protected void onVoiceCallEnded() {
if (state == State.CONNECTED) { if (state == State.CONNECTED) {
if (mGsmPhone.mSST.isConcurrentVoiceAndData()) { if (!mGsmPhone.mSST.isConcurrentVoiceAndData()) {
startNetStatPoll(); startNetStatPoll();
phone.notifyDataConnection(Phone.REASON_VOICE_CALL_ENDED); phone.notifyDataConnection(Phone.REASON_VOICE_CALL_ENDED);
} else { } else {