[6.6.0][Fix]解决偶现的高精地图崩溃的问题
This commit is contained in:
@@ -695,13 +695,15 @@ class MapView(context: Context, private val mMapStyleParams: IMapStyleParams, pr
|
||||
if (DEBUG) {
|
||||
Log.i(TAG, "destroyop--MapEngine.unload-start")
|
||||
}
|
||||
mMapEngine.unload()
|
||||
if (DEBUG) {
|
||||
Log.i(TAG, "destroyop-mapop-surfaceop----onDetachedFromWindow-over:")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun unloadEngine() {
|
||||
mMapEngine.unload()
|
||||
}
|
||||
|
||||
override fun onSurfaceCreated(gl: GL10, config: EGLConfig) {
|
||||
if (DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user