From de700de76693110266c0499ac17991c17974ae87 Mon Sep 17 00:00:00 2001 From: TADraeseke Date: Mon, 13 Jan 2025 20:06:00 +0000 Subject: [PATCH] Update samples/augment-reality-to-show-tabletop-scene/src/main/java/com/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt Co-authored-by: Shubham Sharma --- .../screens/AugmentRealityToShowTabletopSceneScreen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/augment-reality-to-show-tabletop-scene/src/main/java/com/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt b/samples/augment-reality-to-show-tabletop-scene/src/main/java/com/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt index 1ba7d3d2b..9c6c027f0 100644 --- a/samples/augment-reality-to-show-tabletop-scene/src/main/java/com/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt +++ b/samples/augment-reality-to-show-tabletop-scene/src/main/java/com/esri/arcgismaps/sample/augmentrealitytoshowtabletopscene/screens/AugmentRealityToShowTabletopSceneScreen.kt @@ -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()