Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70236bf4 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

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
parent 1725f941
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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();
            }