Skip to content

Commit

Permalink
Update samples/augment-reality-to-show-tabletop-scene/src/main/java/c…
Browse files Browse the repository at this point in the history
…om/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt

Co-authored-by: Shubham Sharma <shubhamsharma@esri.com>
  • Loading branch information
TADraeseke and shubham7109 authored Jan 13, 2025
1 parent 53b0634 commit de700de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ fun DisplaySceneInTabletopARScreen(sampleName: String) {
val sceneViewModel: AugmentRealityToShowTabletopSceneViewModel = viewModel()
Scaffold(topBar = { SampleTopAppBar(title = sampleName) }, content = { paddingValues ->
sceneViewModel.scene?.let {
// Scene view that provides an augmented reality table top experience
TableTopSceneView(
modifier = Modifier
.fillMaxSize()
Expand Down

0 comments on commit de700de

Please sign in to comment.