fix bug of vip loc

This commit is contained in:
zhongchao
2021-12-14 17:28:11 +08:00
parent 16fe7cffaa
commit 6210d20432
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;