ProgressRingPlugin
ProgressRingPlugin copied to clipboard
ProgressRingRenderer.OnDraw (Android.Graphics.Canvas canvas) .-ObjectDisposedException
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)
I'm having same issue too, do you get it solved?