Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
What about Enums? Enum is a type-safe way to pass navigation arguments.
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #3
Please add support for Serializable objects so Enums can be used.
Description
Version used: 1.0.0-alpha07
Devices/Android versions reproduced on:
ActivityNavigator only supports string arguments for filling in the data pattern. It should at least use toString() on any type of argument.