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

Relaunching workflow in SwiftUI when isLaunched is .constant(true) #85

Closed
Tyler-Keith-Thompson opened this issue Jul 28, 2021 · 0 comments · Fixed by #86
Closed

Relaunching workflow in SwiftUI when isLaunched is .constant(true) #85

Tyler-Keith-Thompson opened this issue Jul 28, 2021 · 0 comments · Fixed by #86
Labels
bug Something isn't working

Comments

@Tyler-Keith-Thompson
Copy link
Collaborator

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Create a workflow that has an isLaunched value of .constant(true). Any of our tab view workflows in the sample app prove this.
  2. Abandon the workflow
  3. Witness the tab just completely disappearing instead of the workflow relaunching
  4. Cry

Expected behavior

I expected the same behavior as if I was not using a constant, if you abandon, then you set the value to true, the workflow is relaunched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant