Geoff Powell
Geoff Powell
Had the same issue with using `layout_constraintDimensionRatio`
@TWiStErRob I think it makes sense that this should be configured via DeviceConfig. RenderExtensions work on top of the layout lib generated output and shouldn't alter the device size layout...
Hi @xavijimenezmulet, looking at your stacktrace it seems that the issue may be targeting sdk 34. Paparazzi doesn't currently support 34 although there is work being done to fix this...
I'm taking a look into this issue. Using your provided sample, I see that the resource for MyButton is in-fact duplicated in the R.jar file that is generated in `build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debugUnitTest/R.jar`...
Seems like it's an Android Gradle Plugin bug. I logged an issue here in issue tracker: https://issuetracker.google.com/issues/265713285 I also created a separate repo without paparazzi artifacts to verify the issue...
so based on all the input, the issue here is using `@RunWith(AndroidJUnit4::class)` or Robolectric with Paparazzi which is tracked by this issue https://github.com/cashapp/paparazzi/issues/425 I'm going to leave this issue open...
yep just debugged this and your assumption is correct. `android.os.Build` fields are static and class loaded before `Bridge.init` sets up the backed SystemProperties.
Update here, unfortunately [AndroidX Compose Animations track the animation start time to animate state.](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/Transition.kt;l=1007-1019;drc=c1ec9d4116fc0a4bfb93ea6aaa343d05c269fae9) As such, paparazzi jumps to the `offsetMillis` passed in snapshot/gif methods. This makes snapshots at the...
Ya I think this might not make 1.3.4. Need to figure out a better way to render accessibility information in a layout so we can correctly measure the details view.