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

Commit ab2194aa authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 27725e8c: Only leave one default network up at a time.

* commit '27725e8c':
  Only leave one default network up at a time.
parents 37229514 27725e8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                            " teardown");
                    if (!teardown(otherNet)) {
                        Slog.e(TAG, "Network declined teardown request");
                        teardown(thisNet);
                        return;
                    }
                    if (isFailover) {