[3.4.0] fix bug of small map

This commit is contained in:
zhongchao
2023-08-08 15:53:28 +08:00
parent d1f252104f
commit 090a6711a3

View File

@@ -325,6 +325,9 @@ class SmallMapView @JvmOverloads constructor(
super.onAutopilotRouteLineId(lineId)
if(lineId == 0L){
this.globalPathResp = null
UiThreadHandler.post {
clearPolyline()
}
}
}