Skip to content

Commit 70236bf

Browse files
author
Robert Greenwalt
committed
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
1 parent 1725f94 commit 70236bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/core/java/com/android/server/ConnectivityService.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4470,11 +4470,6 @@ private void handleConnectionValidated(NetworkAgentInfo newNetwork) {
44704470
1000);
44714471
}
44724472
}
4473-
4474-
// this will cause us to come up initially as unconnected and switching
4475-
// to connected after our normal pause unless somebody reports us as
4476-
// really disconnected
4477-
mDefaultInetConditionPublished = 0;
44784473
// TODO - read the tcp buffer size config string from somewhere
44794474
// updateNetworkSettings();
44804475
}

0 commit comments

Comments
 (0)