You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I am seeing an ArgumentOutOfRangeException when executing PopAsync after inserting a page into the navigation stack, which seems to be a regression of this issue and may be related to #2576 .
The issue can be reproduced by adding a single empty page to an empty template project and then including the following code in an async OnStart() implementation:
var nav = (NavigationPage) MainPage;
nav.Navigation.InsertPageBefore(new SecondPage(), nav.CurrentPage);
await nav.Navigation.PopAsync(false);
This issue only affects Android projects using Material Design (FormsAppCompatActivity).
Version with issue: All Xamarin.Forms versions from v2.5.1.444934 onwards
Last known good version: v2.5.0.280555
IDE: VS2017 v15.7.1
Android Target Framework: 7.1, 8.0, 8.1
Android Support Library Version: v25.4.0.2 and v27.0.2