Description
The code here isn't working currently on NET9
|
var animatable = drawable.TryJavaCast<IAnimatable>(); |
It's always returning something and then the isrunning code is crashing the app
We can't merge main into net9 until this is resolved #23126
2024-06-20 02:23:51.631 7008-7008 ols.devicetest com...oft.maui.controls.devicetests A runtime.cc:663] JNI DETECTED ERROR IN APPLICATION: can't call boolean android.graphics.drawable.Animatable.isRunning() on instance of android.graphics.drawable.BitmapDrawabl
Description
The code here isn't working currently on NET9
maui/src/Core/src/Platform/Android/ImageViewExtensions.cs
Line 33 in 4f8918b
It's always returning something and then the isrunning code is crashing the app
We can't merge main into net9 until this is resolved #23126
2024-06-20 02:23:51.631 7008-7008 ols.devicetest com...oft.maui.controls.devicetests A runtime.cc:663] JNI DETECTED ERROR IN APPLICATION: can't call boolean android.graphics.drawable.Animatable.isRunning() on instance of android.graphics.drawable.BitmapDrawabl