xamcat/xam-twitch

ViewModel Called Twice

CarrotSolutions opened this issue · 0 comments

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