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() {
|
||||
if (state == State.CONNECTED) {
|
||||
if (mGsmPhone.mSST.isConcurrentVoiceAndData()) {
|
||||
if (!mGsmPhone.mSST.isConcurrentVoiceAndData()) {
|
||||
startNetStatPoll();
|
||||
phone.notifyDataConnection(Phone.REASON_VOICE_CALL_ENDED);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user