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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user