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

Commit 1aae7a96 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

parents f794f49b 55bca7e3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -544,8 +544,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());