File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
xr/src/main/java/com/example/xr/arcore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fun configureAnchoring(session: Session) {
3636 )
3737 when (val result = session.configure(newConfig)) {
3838 is SessionConfigureConfigurationNotSupported ->
39- TODO (/* Some combinations of configurations are not valid. Handle this failure case.*/ )
39+ TODO (/* Some combinations of configurations are not valid. Handle this failure case. */ )
4040 is SessionConfigurePermissionsNotGranted ->
4141 TODO (/* The required permissions in result.permissions have not been granted. */ )
4242 is SessionConfigureSuccess -> TODO (/* Success! */ )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fun ComponentActivity.configureSession(session: Session) {
3939 )
4040 when (val result = session.configure(newConfig)) {
4141 is SessionConfigureConfigurationNotSupported ->
42- TODO (/* Some combinations of configurations are not valid. Handle this failure case.*/ )
42+ TODO (/* Some combinations of configurations are not valid. Handle this failure case. */ )
4343 is SessionConfigurePermissionsNotGranted ->
4444 TODO (/* The required permissions in result.permissions have not been granted. */ )
4545 is SessionConfigureSuccess -> TODO (/* Success! */ )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ fun configurePlaneTracking(session: Session) {
3333 )
3434 when (val result = session.configure(newConfig)) {
3535 is SessionConfigureConfigurationNotSupported ->
36- TODO (/* Some combinations of configurations are not valid. Handle this failure case.*/ )
36+ TODO (/* Some combinations of configurations are not valid. Handle this failure case. */ )
3737 is SessionConfigurePermissionsNotGranted ->
3838 TODO (/* The required permissions in result.permissions have not been granted. */ )
3939 is SessionConfigureSuccess -> TODO (/* Success! */ )
You can’t perform that action at this time.
0 commit comments