When setting the root page in the App.cs, Example: "MainPage = new ContentPage();" If i then do some navigation by setting the root page again to a new page : "MainPage = new NewContentPage();" Does the previous page stay open in the background? Do I have to manually close all references or does it get taken care of behind the scenes when setting a new root?
Thank you in advance !