Skip to content

Commit a1a7886

Browse files
authored
Update Activity
1 parent 9fec501 commit a1a7886

File tree

1 file changed

+1
-1
lines changed
  • xr/src/main/java/com/example/xr/compose

1 file changed

+1
-1
lines changed

xr/src/main/java/com/example/xr/compose/Views.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private class ActivityWithSubspaceContent : ComponentActivity() {
4949
Subspace {
5050
SpatialPanel(
5151
modifier = SubspaceModifier.height(500.dp).width(500.dp).depth(25.dp)
52-
) { MyCustomView(this) }
52+
) { MyCustomView(this@ActivityWithSubspaceContent) }
5353
}
5454
}
5555
// [END androidxr_compose_ActivityWithSubspaceContent]

0 commit comments

Comments
 (0)