[2.13.0-arch-opt] merge
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user