diff --git a/Wino.Mail.ViewModels/AppShellViewModel.cs b/Wino.Mail.ViewModels/AppShellViewModel.cs index 4b7e0a6d..d69ce182 100644 --- a/Wino.Mail.ViewModels/AppShellViewModel.cs +++ b/Wino.Mail.ViewModels/AppShellViewModel.cs @@ -403,6 +403,11 @@ namespace Wino.Mail.ViewModels await ChangeLoadedAccountAsync(startupAccountMenuItem); } } + else + { + // Fallback to welcome page if startup entity is not found. + NavigationService.Navigate(WinoPage.WelcomePage); + } } }