Infeasible
Status Update
Comments
ad...@google.com <ad...@google.com> #2
Thanks for providing all the details we need! We've accepted this issue and will fix this in an upcoming release.
Join our discussion group (
Please note that you have submitted this information with the knowledge that we may use, modify, reproduce, publicly display, and distribute the information in accordance with our open source policies. Please let us know if you did not intend to submit the information for such use.
Description
2025.01.01
Jetpack Compose component(s) used:
Column
Android Studio Build:
Android Studio Ladybug Feature Drop | 2024.2.2
Kotlin version:
Steps to Reproduce or Code Sample to Reproduce:
Column(verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally,
modifier = Modifier
.padding(all = dimensions.dimen_20)
.fillMaxWidth()) {
AndroidView(factory = { view })
}
Stack trace (if applicable):
```
androidx.compose.ui.platform.ComposeView.setContent (ComposeView.android.kt:457)
our package sorry
com.audaxis.mobile.clones.ui.facet.item.ads.PubItem.handleSASAdPlacementFlow (PubItem.kt:66)
com.audaxis.mobile.clones.ui.facet.item.ads.PubItem.access$handleSASAdPlacementFlow (PubItem.kt:33)
com.audaxis.mobile.clones.ui.facet.item.ads.PubItem$bind$1.invoke (PubItem.kt:43)
com.audaxis.mobile.clones.ui.facet.item.ads.PubItem$bind$1.invoke (PubItem.kt:41)
androidx.compose.runtime.internal.ComposableLambdaImpl.invoke (ComposableLambda.jvm.kt:109)
```