I have a main page that loads some data On Appearing.
I have another viewmodel that allows a user to select an image from their gallery. I've noticed that when CrossMedia.Current.PickPhotoAsync(...) is called, the OnAppearing function is called on the main page.
I'm looking for a way around this, so that OnAppearing is not fired when CrossMedia.Current.PickPhotoAsync(...) is called.