Bug 862050 : When mms apn is the same as default apn, the cellphone can't get data call connection. r=vyang

This commit is contained in:
Chia-hung Tai 2013-04-16 21:50:15 +08:00
parent 1e3a995dad
commit 2f3925c7ee

View File

@ -159,6 +159,8 @@ XPCOMUtils.defineLazyGetter(this, "gMmsConnection", function () {
"available later.");
this.clearMmsProxySettings();
}
this.connected = gRIL.getDataCallStateByType("mms") ==
Ci.nsINetworkInterface.NETWORK_STATE_CONNECTED;
},
/**