aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/src/cgeo/geocaching/LiveMapInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/LiveMapInfo.java b/main/src/cgeo/geocaching/LiveMapInfo.java
index 10d14e0..3d6d110 100644
--- a/main/src/cgeo/geocaching/LiveMapInfo.java
+++ b/main/src/cgeo/geocaching/LiveMapInfo.java
@@ -20,7 +20,7 @@ public class LiveMapInfo extends AbstractActivity {
showCount = Settings.getLiveMapHintShowCount();
- if (showCount > 0) {
+ if (showCount > 2) {
final CheckBox cb = (CheckBox) findViewById(R.id.live_map_hint_hide);
cb.setVisibility(View.VISIBLE);
}