Fix NO_CONNECTIVITY flag in some cases.

Airplane mode seemed to hit this bug.

bug:2498268
Change-Id: I5af9266fbbad3e2323d30d7471058f0f4ec3f544
This commit is contained in:
Robert Greenwalt
2010-03-09 14:55:08 -08:00
parent 4283ded6b4
commit 129843273d

View File

@@ -995,6 +995,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
} }
} else { } else {
newNet.reconnect(); newNet.reconnect();
newNet = null; // not officially avail.. try anyway, but
// report no failover
} }
} }
} }