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

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

Merge "Fix wifi connectivity issues." into lmp-preview-dev

parents 594b456b fb7690d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ public final class RouteInfo implements Parcelable {

        RouteInfo target = (RouteInfo) obj;

        return Objects.equals(mDestination, target.getDestination()) &&
        return Objects.equals(mDestination, target.getDestinationLinkAddress()) &&
                Objects.equals(mGateway, target.getGateway()) &&
                Objects.equals(mInterface, target.getInterface());
    }