Improved shell experience.

This commit is contained in:
Burak Kaan Köse
2026-03-11 19:26:37 +01:00
parent 2b523d64e8
commit 9dd68fd62e
34 changed files with 717 additions and 217 deletions
@@ -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;
}