-
Notifications
You must be signed in to change notification settings - Fork 565
Description
Hi Team,
Current we have encountered the random issue we are facing in Xamarin.Android from the Android.Widget.TextView, Android.Widget.ProgressBar, Android.Views.GestureDetector when navigating to the page or rotator view to showcase our custom control view but the issue didn't consistently produce in our side and also in the simple sample.
In our production code, on deep and hard analysis, we found that when we are going to access the Derived view of Base view (Android.Widget.ProgressBar) but in that base property "Progress" gets automatically disposed of from the framework so at a time "ObjectDisposedException" gets throwing.
We have tried to sort out in a simple sample but it didn't get reproduced so we get blocked here to move a further step to resolve this issue in our end. We have shared the details of the exception call stack in different scenarios based on that whether any step to resolve this issue. please help to resolve the issue
We have tried some sample with a custom view that sample also we have attached in the incident please refer the sample to known the flow of action.
Sample
GridFragmentSample.zip


