ReSwift-Recorder
ReSwift-Recorder copied to clipboard
One Action does not dispatchRecorded at next start
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:
- Run app for first time:
- state is equal 0
- state > computedStates.count - 1 is false
- I touch Up button and the label value changed to 1
- Then stop app
- Rebuild application
- state is equal 1
- state > computedStates.count - 1 is false too