Skip to content

Commit db001f9

Browse files
authored
Remove unnecessary SendAppearing call (#22959)
### Description of Change PopLifeCycle occasionally fails in CI and we'll see if it's caused by this extra call
2 parents 0eaf35c + a35ed93 commit db001f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controls/tests/Core.UnitTests/NavigationPageLifecycleTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ void OnInitialPageAppearing(object sender, EventArgs e)
8181

8282
_ = new TestWindow(nav);
8383

84-
nav.SendAppearing();
8584
await waitForFirstAppearing.Task;
8685
initialPage.Appearing += (sender, _)
8786
=> rootPageFiresAppearingAfterPop = (ContentPage)sender;

0 commit comments

Comments
 (0)