Skip to content

Commit b2f4fae

Browse files
committed
Do not reset the appviewmodel
1 parent 1819093 commit b2f4fae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

FluentWeather/App.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ public App()
5353

5454
// Deferred execution until used. Check https://docs.microsoft.com/dotnet/api/system.lazy-1 for further info on Lazy<T> class.
5555
_activationService = new Lazy<ActivationService>(CreateActivationService);
56-
57-
//set the global view model which we can use anytime for things
58-
_appViewModel = AppViewModelHolder.GetViewModel();
5956
}
6057

6158
protected override async void OnLaunched(LaunchActivatedEventArgs e)

0 commit comments

Comments
 (0)