Hi,
I am using a third party component in Xamarin for authentication and this component is launching an activity. When back from the authentication I am trying to navigate to new activity and I am getting the following error:
No CurrentActivity found.
I think that I understand why I am getting this error. It is because the activity from the third party component is not extending activitybase. When debugging I am able to see that the ActivityBase.CurrentActivity is not null before calling the component, however it is null after.
Any idea how I could make this work?
Thank you,
Alexis Theriault
Comments: Hi, Yes it makes sense Thanks Alexis
I am using a third party component in Xamarin for authentication and this component is launching an activity. When back from the authentication I am trying to navigate to new activity and I am getting the following error:
No CurrentActivity found.
I think that I understand why I am getting this error. It is because the activity from the third party component is not extending activitybase. When debugging I am able to see that the ActivityBase.CurrentActivity is not null before calling the component, however it is null after.
Any idea how I could make this work?
Thank you,
Alexis Theriault
Comments: Hi, Yes it makes sense Thanks Alexis