Remove extraneous clearing of inet condition

This was old code I missed in previous inet condition refactor
and caused us to show "not connect" icon any time we connected
to a secondary network (mms/supl/etc).

bug:16896743
Change-Id: I0fa62e09bb0b7c0ee0864bb1f95967eac5f60d3e
This commit is contained in:
Robert Greenwalt
2014-08-08 14:19:58 -07:00
parent 0aef9341d3
commit 59dca37d82

View File

@@ -4470,11 +4470,6 @@ public class ConnectivityService extends IConnectivityManager.Stub {
1000);
}
}
// this will cause us to come up initially as unconnected and switching
// to connected after our normal pause unless somebody reports us as
// really disconnected
mDefaultInetConditionPublished = 0;
// TODO - read the tcp buffer size config string from somewhere
// updateNetworkSettings();
}