My application is based on masterdetailedpage navigation and I am working with push notification. When user click on the notification I want to navigate to a specific page. All the process is working fine but at the end of the proccess I got this error Java.Lang.IllegalStateException: Activity has been destroyed .
My code for push notification is based on this link : https://theconfuzedsourcecode.wordpress.com/2015/06/19/so-i-just-implemented-push-notifications-in-awesome-xamarin-forms/