[3.2.0][Fix]解决空指针问题

This commit is contained in:
chenfufeng
2023-06-12 10:12:30 +08:00
parent 0ca0d10efb
commit 932a3de3d7

View File

@@ -755,6 +755,7 @@ class OverMapView @JvmOverloads constructor(
// 绘制线
Message.obtain().apply {
what = DRAW_SITE_LINE
obj = polylineOptions
nonFrequentHandler?.sendMessage(this)
}
}