Hi guys,
We have a problem here: the gauge keeps making the app crashed randomly.
The app setup is: we have some fragment, in one of those we put the gauge here. Whenever the fragment becomes foreground, we will reload the data for the gauge.
And we enabled the animation for it.
We believe it happens during the fragment transition. Unfortunately, we do not know the actual reproduce steps yet. It just happens randomly in our app.
However, based on the crashing reports we managed to collect, the bug only exists on Android 8.0 and Android 8.1 devices.
The exception we caught is:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Android.Graphics.Paint'.
in GaugeHeaderRenderer.OnDraw (Android.Graphics.Canvas canvas)
Please let us know if this is a known bug, or if there is any fix / walk around.
Thanks,
Ric