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

Don't use loaded/unloaded on FlyoutPage #16241

Merged
merged 2 commits into from Jul 20, 2023
Merged

Conversation

PureWeen
Copy link
Member

Description of Change

The Legacy Gallery does a lot of page churn when it first starts up. It basically goes through the follow stages

  • Load a FlyoutPage
  • Load another FlyoutPage
  • Push a Modal Navigation Page (During OnAppearing. If you push any later it all works fine)

The PR around LogicalChildren looks to have adjusted the timing just enough that we're hitting a race condition with the observers used to watch for loaded events on iOS.

We are going to remove these observers for RC1 so the race condition should become irrelevant at that point.

@PureWeen PureWeen requested a review from rmarinho July 20, 2023 00:51
@PureWeen PureWeen force-pushed the fix_loaded_timing_flyout_page branch from a47aef5 to 8a946c3 Compare July 20, 2023 00:58
@PureWeen PureWeen enabled auto-merge (squash) July 20, 2023 02:45
@PureWeen PureWeen merged commit fe4bc5b into main Jul 20, 2023
36 of 37 checks passed
@PureWeen PureWeen deleted the fix_loaded_timing_flyout_page branch July 20, 2023 03:31
@samhouts samhouts added the area/FlyoutPage FlyoutPage label Jul 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants