Skip to content

Commit

Permalink
Remove unnecessary SendAppearing call (#22959)
Browse files Browse the repository at this point in the history
### Description of Change

PopLifeCycle occasionally fails in CI and we'll see if it's caused by
this extra call
  • Loading branch information
PureWeen authored Jun 11, 2024
2 parents 0eaf35c + a35ed93 commit db001f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ void OnInitialPageAppearing(object sender, EventArgs e)

_ = new TestWindow(nav);

nav.SendAppearing();
await waitForFirstAppearing.Task;
initialPage.Appearing += (sender, _)
=> rootPageFiresAppearingAfterPop = (ContentPage)sender;
Expand Down

0 comments on commit db001f9

Please sign in to comment.