- Schadensliste wurde implementiert
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user