aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgeopopup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeopopup.java b/main/src/cgeo/geocaching/cgeopopup.java
index 8c9357a..a712202 100644
--- a/main/src/cgeo/geocaching/cgeopopup.java
+++ b/main/src/cgeo/geocaching/cgeopopup.java
@@ -364,7 +364,7 @@ public class cgeopopup extends AbstractActivity {
if (cache.getRating() != null && cache.getRating() > 0) {
setRating(cache.getRating(), cache.getVotes());
} else {
- if (cache.supportsGCVote()) {
+ if (Settings.isRatingWanted() && cache.supportsGCVote()) {
(new Thread() {
@Override