Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
No update yet.
Hi. Thanks for reporting this. Fixed in alpha-04
Description
Version used: 2.2.0
Devices/Android versions reproduced on: Any
`Data.equals()` just compares `mValues.equals(other.mValues)`. That works fine for primitives, but array comparisons require using `Arrays.equals()` (since otherwise it just does a reference equality check).