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

ActionChain in State initialized after PresentationModel#onCreate() call. #59

Open
mohaxspb opened this issue Mar 3, 2020 · 0 comments

Comments

@mohaxspb
Copy link

mohaxspb commented Mar 3, 2020

@dmdevgo, hi!

If you create state like this:

private val someAction = action<Unit> { map { "something" } }

and then pass a value to its consumer in onCreate()

override fun onCreate() { someAction.accept(Unit) }

it wont execute, as it initialies after PresentationModel#onCreate() call.

Is it bug of feature? =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant