- GPS Location zu DraftReport

This commit is contained in:
2026-01-18 17:24:28 +01:00
parent 30d5a17e6e
commit 407316a4c5
3 changed files with 25 additions and 8 deletions

View File

@@ -392,10 +392,10 @@ fun ReportOverlay(
) {
Button(
onClick = {
mapViewModel.pickCurrentLocation()
},
) {
Text("Position aus Standort")
Text(if (hasPoint) "neue Position aus Standort" else "Position aus Standort")
}
Button(
onClick = {