Compare commits

...

2 Commits

Author SHA1 Message Date
fgerber
6aef6dabb2 Repair edit fragment refresh when groups are active 2024-04-09 13:52:08 +02:00
fgerber
91574f4060 Correct some region names 2024-04-09 13:47:06 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -114,6 +114,7 @@ class GeolocListAdapter(
Data.selected_geoloc?.let { refreshCheck(it) }
Data.selected_geoloc = null
Data.selected_group = null
_parentHolder?.refresh(_parentGeoLoc)
}
private fun refreshCheck(geoLoc: GeoLoc) {