Skip to content

Commit 66efe9e

Browse files
Vetle444Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8f5606b commit 66efe9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/Layout-Diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ LayoutDiagnosticsService.Initialize();
4949

5050
Snapshots are automatically created and ended during page and bottom sheet lifecycle:
5151

52-
- `ContentPage.OnNavigatedTo()``BeginSnapshot("Page: {TypeName}")`
53-
- `ContentPage.OnDisappearing()``EndSnapshot()`
52+
- `ContentPage.OnAppearing()``BeginSnapshot("Page: {TypeName}")`
53+
- `ContentPage.OnNavigatingFrom()``EndSnapshot()`
5454
- `BottomSheet.OnAppearing()``BeginSnapshot("BottomSheet: {TypeName}")`
5555
- `BottomSheet.OnDisappearing()``EndSnapshot()`
5656

0 commit comments

Comments
 (0)