Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null values support for non-arguments Fragments #5

Closed
jeketos opened this issue Jul 15, 2019 · 2 comments
Closed

Null values support for non-arguments Fragments #5

jeketos opened this issue Jul 15, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jeketos
Copy link

jeketos commented Jul 15, 2019

If we don't pass any argument to Fragment, and then trying to get some as a nullable type, we get RuntimeException.

val someValue: String? by argumentDelegate() // exception here

Can we add support for this case?

@jeketos jeketos added the enhancement New feature or request label Jul 15, 2019
@kharchenkovitaliypt
Copy link
Contributor

Agree

@jeketos
Copy link
Author

jeketos commented Jul 23, 2019

added in 1.0.3

@jeketos jeketos closed this as completed Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants