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 703637d commit aca6cc3Copy full SHA for aca6cc3
xr/src/main/java/com/example/xr/runtime/Session.kt
@@ -43,4 +43,4 @@ fun Activity.createSession() {
43
TODO(/* A different unhandled exception was thrown. */)
44
}
45
// [END androidxr_session_create]
46
-}
+}
xr/src/main/java/com/example/xr/scenecore/Environments.kt
@@ -52,7 +52,7 @@ private class Environments(val session: Session) {
52
// when the activity has the SPATIAL_CAPABILITY_APP_ENVIRONMENT capability.
53
// Then, any listeners specified using addOnSpatialEnvironmentChangedListener
54
// will be notified.
55
- }
+ }
56
// [END androidxr_scenecore_environment_setEnvironmentPreference]
57
58
0 commit comments