Update StackNavigationManager.cs
This commit is contained in:
Родитель
c991f3e087
Коммит
a13ef093ec
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче