Fix bug
This commit is contained in:
parent
0f1c861aa7
commit
a9dbd61989
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue