[2.13.0-arch-opt] merge

This commit is contained in:
zhongchao
2023-01-25 23:14:44 +08:00
parent 2265a5ffb8
commit c011549e44
133 changed files with 2051 additions and 1742 deletions

View File

@@ -296,8 +296,8 @@ class HttpDnsStartUp : AndroidStartup<Boolean>() {
object : IMoGoMapLocationListener {
override fun onLocationChanged(
location: MogoLocation?, from: Int, isGps: Boolean) {
location?.let {
MogoLocationInfoServices.getInstance().provideLocation(it)
location?.let { loc ->
MogoLocationInfoServices.getInstance().provideLocation(loc)
}
}
},