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

Commit d20d16da authored by Nate Myren's avatar Nate Myren Committed by Automerger Merge Worker
Browse files

Merge "Remove token check from equalsExceptToken" into udc-qpr-dev am: 55bca7e3 am: 1aae7a96

parents f00c449b 1aae7a96
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -576,8 +576,6 @@ public final class AttributionSource implements Parcelable {
                o.mAttributionSourceState.packageName)
                && Objects.equals(mAttributionSourceState.attributionTag,
                o.mAttributionSourceState.attributionTag)
                && Objects.equals(mAttributionSourceState.token,
                o.mAttributionSourceState.token)
                && Arrays.equals(mAttributionSourceState.renouncedPermissions,
                o.mAttributionSourceState.renouncedPermissions)
                && Objects.equals(getNext(), o.getNext());