Skip to content

Commit 9c4d1d6

Browse files
Removed-Unwanted-Code
1 parent f9ff758 commit 9c4d1d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue27337.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ protected override void Init()
1717
AutomationId = "SecondPageButton",
1818
Text = "Navigate to Second Page",
1919
HorizontalOptions = LayoutOptions.Fill,
20-
Command = new Command(() => Shell.Current.GoToAsync("secondPage"))
2120
Command = new Command(() => Shell.Current.GoToAsync("Issue27337_SecondPage"))
2221
}
2322
}

0 commit comments

Comments
 (0)