This commit is contained in:
Henry Hiles 2023-12-26 11:54:18 -05:00
parent 0f1c861aa7
commit a9dbd61989

View file

@ -110,6 +110,7 @@ class LocationPickerScreen : Screen {
items(results) { items(results) {
Spacer(modifier = Modifier.height(8.dp)) Spacer(modifier = Modifier.height(8.dp))
Card(modifier = Modifier.clickable { Card(modifier = Modifier.clickable {
locationSearch = ""
with(screenModel.prefs) { with(screenModel.prefs) {
if (it !in locations) { if (it !in locations) {
locations += it locations += it