diff --git a/Wino.Mail/App.xaml.cs b/Wino.Mail/App.xaml.cs index d9908b9d..264e6fc5 100644 --- a/Wino.Mail/App.xaml.cs +++ b/Wino.Mail/App.xaml.cs @@ -261,7 +261,7 @@ namespace Wino { foreach (var service in initializeServices) { - await service.InitializeAsync().ConfigureAwait(false); + await service.InitializeAsync(); } if (IsInteractiveLaunchArgs(args))