[6.8.0] volatile
This commit is contained in:
@@ -141,7 +141,9 @@ class TravelRealityView @JvmOverloads constructor(
|
||||
|
||||
@Volatile
|
||||
private var mLocation: MogoLocation? = null
|
||||
@Volatile
|
||||
private var mStartMarker: Marker? = null
|
||||
@Volatile
|
||||
private var mEndMarker: Marker? = null
|
||||
|
||||
@Volatile
|
||||
@@ -260,7 +262,9 @@ class TravelRealityView @JvmOverloads constructor(
|
||||
private var mSmallEndMarker: Marker? = null
|
||||
|
||||
// 目前Taxi用到
|
||||
@Volatile
|
||||
private var mStartLatLng: LatLng? = null
|
||||
@Volatile
|
||||
private var mEndLatLng: LatLng? = null
|
||||
|
||||
// Bus会用到
|
||||
|
||||
Reference in New Issue
Block a user