修改任务下载刷新不及时

This commit is contained in:
squallzhjch
2023-07-25 10:37:06 +08:00
parent 5806fbf5ac
commit 33cc1dc243
5 changed files with 39 additions and 20 deletions

View File

@@ -369,7 +369,7 @@ class MainViewModel @Inject constructor(
GeometryToolsKt.getTileYByGeometry(geometry.toString(), tileY)
//遍历存储tile对应的x与y的值
tileX.forEach { x ->
tileX.forEach { x ->
tileY.forEach { y ->
location.tilex = x
location.tiley = y