Closed ersin-ertan closed 7 years ago
There is no compilation error if you explicitly use ArrayList
and CastedArrayListArgsBundler.class
is not required for an ArrayList
of @Value public abstract class AutoTitle implements Parcelable
objects.
Example project with FragmentArgs, AutoValueParcel, where fragmentArgs is not respecting
@AutoValue public abstract class AutoTitle implements Parcelable
https://github.com/ersin-ertan/FragmentArgsAutoValueAlso tested creating own bundler, but ran into the same problem