this works but @RawValue throws it into the bundle...
# android
k
this works but @RawValue throws it into the bundle as a Serializable but I expected it to be smart enough to know it's parcelable. I can't make the states "objects" because @Parcelize only works on classes.