Improved shell experience.
This commit is contained in:
@@ -215,7 +215,10 @@ public class NavigationService : NavigationServiceBase, INavigationService
|
||||
|
||||
if (coreFrame.Content is IShellHost shell)
|
||||
{
|
||||
shell.ActivateMode(mode, isInitialShellNavigation);
|
||||
shell.ActivateMode(mode, new ShellModeActivationContext
|
||||
{
|
||||
IsInitialActivation = isInitialShellNavigation
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user