Fix search

This commit is contained in:
FirephoenixX02 2024-04-17 10:58:08 +02:00
parent f90696d3d3
commit e86ff0cc17
2 changed files with 9 additions and 10 deletions

View file

@ -90,7 +90,8 @@ class HomeScreen: Screen {
println(names)
println(newMap)
if (newMap.isNotEmpty()) {
pokemap = newMap
println("Updating map")
pokemap = newMap;
}
}
}