Merge change 5792 into donut
* changes: Fix typo introduced during variable cleanup.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user