Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java')
-rw-r--r--android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java b/android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java
index 3d2c8ae726..2f40e17856 100644
--- a/android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java
+++ b/android/src/com/mapswithme/maps/maplayer/MapLayerCompositeController.java
@@ -51,8 +51,9 @@ public class MapLayerCompositeController implements MapLayerController
subway.setOnClickListener(dialogClickListener);
DefaultMapLayerController subwayMapLayerController = new DefaultMapLayerController(subway);
- DefaultMapLayerController isoLinesController = new DefaultMapLayerController(isoLinesView);
isoLinesView.setOnClickListener(dialogClickListener);
+ DefaultMapLayerController isoLinesController = new DefaultMapLayerController(isoLinesView);
+
ControllerAndMode subwayEntry = new ControllerAndMode(Mode.SUBWAY, Tutorial.SUBWAY,
subwayMapLayerController);
ControllerAndMode trafficEntry = new ControllerAndMode(Mode.TRAFFIC, null,