We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819093 commit b2f4faeCopy full SHA for b2f4fae
1 file changed
FluentWeather/App.xaml.cs
@@ -53,9 +53,6 @@ public App()
53
54
// Deferred execution until used. Check https://docs.microsoft.com/dotnet/api/system.lazy-1 for further info on Lazy<T> class.
55
_activationService = new Lazy<ActivationService>(CreateActivationService);
56
-
57
- //set the global view model which we can use anytime for things
58
- _appViewModel = AppViewModelHolder.GetViewModel();
59
}
60
61
protected override async void OnLaunched(LaunchActivatedEventArgs e)
0 commit comments