Fix tracker compilation
This commit is contained in:
parent
edb05cd7fa
commit
660acb4d5b
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ class OsmandAidlHelper(private val app: TelegramApplication) {
|
|||
if (mIOsmAndAidlInterface != null) {
|
||||
try {
|
||||
return mIOsmAndAidlInterface!!.setMapLocation(
|
||||
SetMapLocationParams(latitude, longitude, zoom, animated))
|
||||
SetMapLocationParams(latitude, longitude, zoom, Float.NaN, animated))
|
||||
} catch (e: RemoteException) {
|
||||
e.printStackTrace()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue