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

One Action does not dispatchRecorded at next start #11

Open
FaShapouri opened this issue Jan 9, 2017 · 0 comments
Open

One Action does not dispatchRecorded at next start #11

FaShapouri opened this issue Jan 9, 2017 · 0 comments

Comments

@FaShapouri
Copy link

FaShapouri commented Jan 9, 2017

When I do only one action, and then close app and reopen it; the reducer does not call to apply my only action.

I have debugged app and found in RecordingStore.swift class at replyToState:
My Scenario:

  1. Run app for first time:
    • state is equal 0
    • state > computedStates.count - 1 is false
  2. I touch Up button and the label value changed to 1
  3. Then stop app
  4. Rebuild application
    • state is equal 1
    • state > computedStates.count - 1 is false too
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