You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/snap-geometry-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/components/SnapGeometryEditsViewModel.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ class SnapGeometryEditsViewModel(
66
66
val snapSourceList:StateFlow<List<SnapSourceSettings>> =_snapSourceSettingsList
67
67
68
68
// create boolean flags to track the state of UI components
69
+
val areLayersLoading = mutableStateOf(true)
69
70
val isCreateButtonEnabled = mutableStateOf(false)
70
71
val isSnapSettingsButtonEnabled = mutableStateOf(false)
71
72
val isBottomSheetVisible = mutableStateOf(false)
@@ -104,7 +105,9 @@ class SnapGeometryEditsViewModel(
Copy file name to clipboardExpand all lines: samples/snap-geometry-edits/src/main/java/com/esri/arcgismaps/sample/snapgeometryedits/screens/SnapGeometryEditsScreen.kt
0 commit comments