[6.6.0] fixbug

This commit is contained in:
EmArrow
2024-08-14 14:12:23 +08:00
parent 4553b39886
commit f1ba411cd2
4 changed files with 1 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ class NDERoadCameraNetWorkModel private constructor() {
loc.longitude,
loc.latitude,
CallerMapUIServiceManager.getCityCode() ?: ""
// "0734" //todo emArrow test
)
}
}
@@ -76,7 +75,6 @@ class NDERoadCameraNetWorkModel private constructor() {
loc.longitude,
loc.latitude,
CallerMapUIServiceManager.getCityCode() ?: ""
// "0734" //todo emArrow test
)
}
}