We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ff758 commit 9c4d1d6Copy full SHA for 9c4d1d6
src/Controls/tests/TestCases.HostApp/Issues/Issue27337.cs
@@ -17,7 +17,6 @@ protected override void Init()
17
AutomationId = "SecondPageButton",
18
Text = "Navigate to Second Page",
19
HorizontalOptions = LayoutOptions.Fill,
20
- Command = new Command(() => Shell.Current.GoToAsync("secondPage"))
21
Command = new Command(() => Shell.Current.GoToAsync("Issue27337_SecondPage"))
22
}
23
0 commit comments