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

Navigation RemovePageInstruction not working correctly #3053

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

lucacivale
Copy link
Contributor

Description of Change

Extracted the navigation of GoBackAsync into a new method GoBackInternalAsync.
GoBackAsync will wait for the semaphore and call GoBackInternalAsync.
RemoveAndGoBack calls GoBackInternalAsync to prevent a deadlock during navigation.

Bugs Fixed

#3047

API Changes

None

Behavioral Changes

N/a

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

Copy link
Member

@dansiegel dansiegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@lucacivale lucacivale closed this Jan 20, 2024
@lucacivale lucacivale reopened this Jan 20, 2024
@dansiegel dansiegel linked an issue Jan 20, 2024 that may be closed by this pull request
@dansiegel dansiegel merged commit f0f43df into PrismLibrary:master Jan 20, 2024
5 checks passed
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.

Navigation RemovePageInstruction not working correctly
2 participants