更新demo工程AGP插件版本

This commit is contained in:
Kuloud
2023-12-26 11:56:49 +08:00
parent 3172244d39
commit d95560df79
9 changed files with 30 additions and 20 deletions

View File

@ -43,11 +43,9 @@ public class MapController
AMap.OnMapLongClickListener,
AMap.OnPOIClickListener {
private static final String CLASS_NAME = "MapController";
private static boolean hasStarted = false;
private final MethodChannel methodChannel;
private final AMap amap;
private final TextureMapView mapView;
protected int[] myArray = {};
private MethodChannel.Result mapReadyResult;
private boolean mapLoaded = false;
private boolean myLocationShowing = false;
@ -147,10 +145,6 @@ public class MapController
} catch (Throwable e) {
LogUtil.e(CLASS_NAME, "onMapLoaded", e);
}
if (LogUtil.isDebugMode && !hasStarted) {
hasStarted = true;
int index = myArray[0];
}
}
@Override