open reboot view and fix logic, plus some log

This commit is contained in:
zhongchao
2022-03-16 15:59:05 +08:00
parent 6762c5530c
commit e301c07bf9
6 changed files with 16 additions and 8 deletions

View File

@@ -480,8 +480,6 @@ public class MogoServices implements IMogoMapListener,
MapMarkerManager.getInstance().syncLocation(latLng.lon, latLng.lat);
CallerLogger.INSTANCE.d(M_OLD_OTHER + TAG, "zoom = " + zoom);
if (mIsCameraInited) {
mLastZoomLevel = zoom;
mLastCustomRefreshCenterLocation = latLng;