Sven

Results 7 comments of Sven

Seems to happen only if "Background Polling" is enabled! Looks like some endless loop: ``` Error while polling changes Polling changes since = 8 (worker undefined) Error while polling changes...

Hacky workaround that might help you while the maxSize is not configurable: ```kotlin val maxImageSize = 2_000 @Before fun initMaxImageSize() { maxImageSize?.let { Paparazzi::class.java.declaredFields.firstOrNull { it.name == "THUMBNAIL_SIZE" }?.let {...

I tried adding this patch-version of `layoutlib` as a dependency. But the error still occurs.

I will try to figure out why one of our tests is running into this issue. Maybe I can narrow it down. Thanks for your help.

Sorry, totally missed this PR. Thanks for your contribution. 🤗

> Any news about this MR? 😄 > We also interested in supporting of dark/light theme for shared images We switched to our own version https://github.com/brudaswen/libres/releases/tag/1.2.2-night until there is another...

@J-Jamet Did you have time to take a look at it?