ProgressRingPlugin icon indicating copy to clipboard operation
ProgressRingPlugin copied to clipboard

ProgressRingRenderer.OnDraw (Android.Graphics.Canvas canvas) .-ObjectDisposedException

Open gentledepp opened this issue 5 years ago • 1 comments

From time to time, it seems the Paint object used by ProgressRingRenderer is disposed and then accessed. This may be the case, as we use it inside of a listview.

The full stacktrace is as follows

JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualSingleMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) Paint.get_StrokeWidth () ProgressRingRenderer.OnDraw (Android.Graphics.Canvas canvas) View.n_OnDraw_Landroid_graphics_Canvas_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_canvas)

gentledepp avatar Feb 27 '19 09:02 gentledepp

I'm having same issue too, do you get it solved?

programmer-gwin avatar Oct 23 '21 11:10 programmer-gwin