aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index ee2e411..840e5de 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -314,7 +314,6 @@ public class Geocache implements ICache, IWaypoint {
myVote = other.myVote;
}
if (!detailed && attributes.isEmpty()) {
- attributes.clear();
if (other.attributes != null) {
attributes.addAll(other.attributes);
}