Steve Naumov
Results
1
comments of
Steve Naumov
Have you tried to make an ICommand with the loading function, and then instead of loading it from the constructor doing this ``` protected override void OnAppearing() { base.OnAppearing(); LoadMauiAssetCommand.Execute(null);...