- Schadensliste wurde implementiert

This commit is contained in:
2026-01-26 13:54:14 +01:00
parent 05426b687c
commit fbf677c23a
8 changed files with 604 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class MapViewModel(application: Application) : AndroidViewModel(application) {
var reopenReport by mutableStateOf(false)
private set
var showFeatureInfo by mutableStateOf(false)
private set
public set
var selectedFeature: ArcGISFeature? by mutableStateOf(null)
val mapViewProxy = MapViewProxy()
var reportDraft by mutableStateOf(ReportDraft())