Fix search
This commit is contained in:
parent
f90696d3d3
commit
e86ff0cc17
2 changed files with 9 additions and 10 deletions
|
|
@ -90,7 +90,8 @@ class HomeScreen: Screen {
|
|||
println(names)
|
||||
println(newMap)
|
||||
if (newMap.isNotEmpty()) {
|
||||
pokemap = newMap
|
||||
println("Updating map")
|
||||
pokemap = newMap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue