[3.4.0] fix bug of small map

This commit is contained in:
zhongchao
2023-08-08 15:53:28 +08:00
parent 755cbb9834
commit ce232e3eee

View File

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