[6.5.0_tmp] fix map problem contains volitile and func remove

This commit is contained in:
EmArrow
2024-06-13 14:29:41 +08:00
parent 27328c05a9
commit 2dc0ac8868
8 changed files with 5 additions and 86 deletions

View File

@@ -117,6 +117,7 @@ open class MapAutoView : FrameLayout, LonLatPointListener, ITraffic,ILockLocatio
//The animation interval of Map
private var mDuration = 100
//whether to set weather
@Volatile
private var mIsWeatherEnable = true
//The controller of weather
private var mWeatherController: IWeatherController? = null