aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/maps/CGeoMap.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java
index 16ca0bf..c9894e2 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -1563,7 +1563,7 @@ public class CGeoMap extends AbstractMap implements ViewFactory {
public static Intent getLiveMapIntent(final Activity fromActivity) {
return newIntent(fromActivity)
.putExtra(Intents.EXTRA_MAP_MODE, MapMode.LIVE)
- .putExtra(Intents.EXTRA_LIVE_ENABLED, true);
+ .putExtra(Intents.EXTRA_LIVE_ENABLED, Settings.isLiveMap());
}
public static void startActivityCoords(final Activity fromActivity, final Geopoint coords, final WaypointType type, final String title) {