ViewModel Called Twice
CarrotSolutions opened this issue · 0 comments
CarrotSolutions commented
Currrent code has ViewModel Called Twice - easy to confirm using DiscoverPageViewModel line 30
var playerViewModel = new PlayerPageViewModel();
playerViewModel.Stream = value;
this.Navigation.PushAsync(playerViewModel);