XAM-Consulting / FreshMvvm.Maui

MIT License
44 stars 10 forks source link

RemoveFromNavigation call is throwing a warning and unsesired behaviour #18

Closed pmathur01 closed 6 months ago

pmathur01 commented 6 months ago

When calling CoreMethods.RemoveFromNavigation(); getting this warning "Microsoft.Maui.Controls.NavigationPage: Warning: RemovePage called for CurrentPage object. This can result in undesired behavior, consider calling PopAsync instead."

and my page layout for the previous page is shwoing random behaviour