Fix wifi connectivity issues. am: 78ed25af23
Original change: undetermined Change-Id: I2338ed09b4b804204ea1f0f44ad0e9329492cd3c
This commit is contained in:
committed by
Automerger Merge Worker
commit
67172b2912
@@ -361,7 +361,7 @@ public 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