fix bug
This commit is contained in:
@@ -101,9 +101,9 @@ class SnapshotLocationController {
|
||||
mLastLocationInfo = cloudLocationInfo;
|
||||
mMachineCacheList.add( cloudLocationInfo );
|
||||
|
||||
mCurSpeed = mLastLocationInfo.getSpeed();
|
||||
mCurLon = mLastLocationInfo.getLon();
|
||||
mCurLat = mLastLocationInfo.getLat();
|
||||
mCurSpeed = cloudLocationInfo.getSpeed();
|
||||
mCurLon = cloudLocationInfo.getLon();
|
||||
mCurLat = cloudLocationInfo.getLat();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user