I set onTouchListener for MapView and the code inside the block as below was invoked each time.
mapView.setOnTouchListener { view, event -> ... }
However, after initializing LineManager, View.OnTouchListener has no effect. What is causing it and how can I fix it?
Platform: Android
mapboxAnnotationsVersion = '0.5.0'