ShellLoginSample icon indicating copy to clipboard operation
ShellLoginSample copied to clipboard

System.NullReferenceException

Open anuptd opened this issue 4 years ago • 0 comments

on call

ViewModel.Init(); throwing

System.NullReferenceException Message=Object reference not set to an instance of an object.

any fix protected override void OnAppearing() { base.OnAppearing();

        ViewModel.Init();
        
    }

anuptd avatar May 27 '21 03:05 anuptd