aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-08-28 10:51:21 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-08-28 10:51:21 +0200
commit2e17db77a3358e8b11da126a846d337fa6b1db90 (patch)
tree898c94225e2847ad8b8bdb3a09bdef4ad13876cf /main/src
parent652236a3131777c6899c32643cbc3d037cf3fb43 (diff)
parentcaceb9389d10fe9513548d6f024ecedc4c564c03 (diff)
downloadcgeo-2e17db77a3358e8b11da126a846d337fa6b1db90.zip
cgeo-2e17db77a3358e8b11da126a846d337fa6b1db90.tar.gz
cgeo-2e17db77a3358e8b11da126a846d337fa6b1db90.tar.bz2
Merge branch 'release' into upstream
Diffstat (limited to 'main/src')
-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 4b91fff..d64a1d8 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -1111,7 +1111,7 @@ public class CGeoMap extends AbstractMap implements ViewFactory {
final boolean excludeMine = Settings.isExcludeMyCaches();
final boolean excludeDisabled = Settings.isExcludeDisabledCaches();
if (mapMode == MapMode.LIVE) {
- CGeoMap.filter(caches);
+ CGeoMap.filter(caches.getAsList());
}
countVisibleCaches();
if (cachesCnt < Settings.getWayPointsThreshold() || geocodeIntent != null) {