We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fec501 commit a1a7886Copy full SHA for a1a7886
xr/src/main/java/com/example/xr/compose/Views.kt
@@ -49,7 +49,7 @@ private class ActivityWithSubspaceContent : ComponentActivity() {
49
Subspace {
50
SpatialPanel(
51
modifier = SubspaceModifier.height(500.dp).width(500.dp).depth(25.dp)
52
- ) { MyCustomView(this) }
+ ) { MyCustomView(this@ActivityWithSubspaceContent) }
53
}
54
55
// [END androidxr_compose_ActivityWithSubspaceContent]
0 commit comments