79232435

Date: 2024-11-28 02:50:53
Score: 0.5
Natty:
Report link

Here is my solution.Go back to the default first item.

  ToolbarItems.Add(new ToolbarItem("Back",null,async () =>{
      this.CurrentPage = this.Children[0];
      await Navigation.PopModalAsync(true);
  }));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: liyu