更新demo工程AGP插件版本
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user