fix bug of vip loc

This commit is contained in:
zhongchao
2021-12-14 17:28:11 +08:00
parent 170ab7a0de
commit 5b87b3b80a
2 changed files with 14 additions and 21 deletions

View File

@@ -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;