diff --git a/src/Core/src/Platform/Windows/StackNavigationManager.cs b/src/Core/src/Platform/Windows/StackNavigationManager.cs index 8fe98589b3..3ff11c3fbf 100644 --- a/src/Core/src/Platform/Windows/StackNavigationManager.cs +++ b/src/Core/src/Platform/Windows/StackNavigationManager.cs @@ -56,6 +56,12 @@ namespace Microsoft.Maui.Platform FirePendingNavigationFinished(); _navigationFrame = null; NavigationView = null; + + if (_previousContent is not null) + { + _previousContent.Content = null; + _previousContent = null; + } } public virtual void NavigateTo(NavigationRequest args)