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

Fixes relaunching issue in SwiftUI when isLaunched is a constant of true #86

Merged
merged 3 commits into from
Jul 28, 2021

Conversation

Tyler-Keith-Thompson
Copy link
Collaborator

@Tyler-Keith-Thompson Tyler-Keith-Thompson commented Jul 28, 2021

Linked Issue: Closes #85

Checklist:

@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2021

Codecov Report

Merging #86 (e317b68) into main (415ec5f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   94.69%   94.70%           
=======================================
  Files          62       62           
  Lines        1603     1606    +3     
=======================================
+ Hits         1518     1521    +3     
  Misses         85       85           
Impacted Files Coverage Δ
...wiftCurrent_SwiftUI/Models/WorkflowViewModel.swift 100.00% <100.00%> (ø)
...ftCurrent_SwiftUI/Views/ModifiedWorkflowView.swift 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c092b4f...e317b68. Read the comment docs.

@brianlombardo brianlombardo changed the title Fixed relaunching issue in SwiftUI when isLaunched is a constant of true Fixes relaunching issue in SwiftUI when isLaunched is a constant of true Jul 28, 2021
@brianlombardo brianlombardo merged commit b0f041a into main Jul 28, 2021
@brianlombardo brianlombardo deleted the relaunch-constant-onabandon branch July 28, 2021 19:31
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

Successfully merging this pull request may close these issues.

Relaunching workflow in SwiftUI when isLaunched is .constant(true)
4 participants