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

Commit aa3780b6 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix NO_CONNECTIVITY flag in some cases."

parents d2749797 f0fa39ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -995,6 +995,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                    }
                } else {
                    newNet.reconnect();
                    newNet = null; // not officially avail..  try anyway, but
                                   // report no failover
                }
            }
        }