fix bug of vip loc
This commit is contained in:
@@ -32,7 +32,7 @@ public class ALocationClient implements IMogoLocationClient {
|
||||
private static final String TAG = "ALocationClient";
|
||||
|
||||
private MogoLocation mLastLocation;
|
||||
private LocationListener mListener = new InternalLocationListener();
|
||||
private final LocationListener mListener = new InternalLocationListener();
|
||||
|
||||
private boolean mIsDestroyed = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user