I'm doing an Android application with Xamarin, in the app I have 2 pages one that is the login page (username, password and a login button), that when I press that button, it takes me to the second page that would be the page of the menu. When I want to go back (login screen) I repeated the menu twice and return to the login, I can not find a solution to that error. Could you help me?
This is how I call the page:
this.Navigation.PushModalAsync(new menu());