Closed SheTieJun closed 8 months ago
@SheTieJun Can you test again with alpha04
? I think this may be fixed
I'm sorry, because I went back to my hometown during the Chinese New Year, and I only brought my Mac computer, but when the same project was run on Mac, there was an error Exception in thread "main" java.lang.NoSuchMethodError: 'void androidx.compose. ui.graphics.SkiaBackedCanvas_skikoKt.setAlphaMultiplier
, I tried some methods, such as api("org.jetbrains.compose.ui:ui-graphics-desktop:1.6.0-beat01")
, but it was not solved. So ~ may need to wait until after the Chinese New Year before you can verify it.
@colinrtwhite I have tested it in Windows, and still get the same error. At the same time, sometimes the program gets stuck and cannot perform any operations, including closing.
It should be a problem with my project configuration. I tried Coil's Simple and it was normal. I'll compare the differences first.
Because of org.openjfx:javafx
, I used JavaFx's Video and Webview. When I remove JavaFx, it's OK
Version coil3 = "3.0.0-alpha03“
Describe the bug
LazyColumn + AsyncImage loads the image, and when an error occurs during fast scrolling, there is no callback onError.
To Reproduce
Logs/Screenshots