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

Commit 931310f1 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Include roaming in NetworkIdentity.hashCode()."

parents fb833fd4 f9a3a8d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class NetworkIdentity {

    @Override
    public int hashCode() {
        return Objects.hashCode(mType, mSubType, mSubscriberId);
        return Objects.hashCode(mType, mSubType, mSubscriberId, mRoaming);
    }

    @Override