From 09ea341cf4c7cd95694a460e1513792e3b6f0245 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Mon, 16 Dec 2013 13:38:39 +0100 Subject: fix 3461: CME in map filtering --- main/src/cgeo/geocaching/maps/CGeoMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src') diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java index 98deb07..08efd17 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -1425,7 +1425,7 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto } } - private static void filter(Collection caches) { + private static synchronized void filter(Collection caches) { boolean excludeMine = Settings.isExcludeMyCaches(); boolean excludeDisabled = Settings.isExcludeDisabledCaches(); -- cgit v1.1