diff options
author | campbeb <bpcampbell@gmail.com> | 2012-03-24 12:39:22 +0900 |
---|---|---|
committer | campbeb <bpcampbell@gmail.com> | 2012-03-24 12:39:22 +0900 |
commit | e945fe68d5f0482f326a920bf91eccb0272ec1ec (patch) | |
tree | 884cf91afaa1476f6f583c86b95950c0592861a2 /main/src/cgeo/geocaching/maps | |
parent | 51f56540932d83cb81549b817fccbca495e54c5a (diff) | |
download | cgeo-e945fe68d5f0482f326a920bf91eccb0272ec1ec.zip cgeo-e945fe68d5f0482f326a920bf91eccb0272ec1ec.tar.gz cgeo-e945fe68d5f0482f326a920bf91eccb0272ec1ec.tar.bz2 |
Add method to refresh cache and some cleanup
Diffstat (limited to 'main/src/cgeo/geocaching/maps')
-rw-r--r-- | main/src/cgeo/geocaching/maps/CGeoMap.java | 2 |
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 fd1bf13..85b5853 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -1492,7 +1492,7 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto break; } - cgBase.storeCache(activity, null, geocode, StoredList.STANDARD_LIST_ID, handler); + cgBase.storeCache(activity, null, geocode, StoredList.STANDARD_LIST_ID, false, handler); } } catch (Exception e) { Log.e(Settings.tag, "cgeocaches.LoadDetails.run: " + e.toString()); |