Merge "Fix wifi connectivity issues." into lmp-preview-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
08bbe1fd33
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user