Repair edit fragment refresh when groups are active

This commit is contained in:
fgerber 2024-04-09 13:52:08 +02:00
parent 91574f4060
commit 6aef6dabb2

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) {