diff --git a/plugin-annotation/src/main/java/com/mapbox/mapboxsdk/plugins/annotation/DraggableAnnotationController.java b/plugin-annotation/src/main/java/com/mapbox/mapboxsdk/plugins/annotation/DraggableAnnotationController.java index b9be243d5..0c5d47b26 100644 --- a/plugin-annotation/src/main/java/com/mapbox/mapboxsdk/plugins/annotation/DraggableAnnotationController.java +++ b/plugin-annotation/src/main/java/com/mapbox/mapboxsdk/plugins/annotation/DraggableAnnotationController.java @@ -74,7 +74,7 @@ public DraggableAnnotationController(MapView mapView, MapboxMap mapboxMap, androidGesturesManager.setMoveGestureListener(new AnnotationMoveGestureListener()); - mapView.setOnTouchListener(new View.OnTouchListener() { + mapView.addOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { // Using active gesture manager