Skip to content

Commit

Permalink
Revert "Fix Data stall issue"
Browse files Browse the repository at this point in the history
This reverts commit 77c672e.
  • Loading branch information
knzy committed Sep 13, 2012
1 parent f2135ba commit cdec141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,12 +494,12 @@ public synchronized int enableApnType(String apnType) {

// If already active, return
if (DBG) log("enableApnType: " + apnType + " mState(" + apnContext.getState() + ")");
setEnabled(apnTypeToId(apnType), true);

if (apnContext.getState() == State.CONNECTED) {
if (DBG) log("enableApnType: return APN_ALREADY_ACTIVE");
return Phone.APN_ALREADY_ACTIVE;
}
setEnabled(apnTypeToId(apnType), true);
if (DBG) {
log("enableApnType: new apn request for type " + apnType +
" return APN_REQUEST_STARTED");
Expand Down

0 comments on commit cdec141

Please sign in to comment.