aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/cgBase.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java
index a5311e3..3b057a7 100644
--- a/main/src/cgeo/geocaching/cgBase.java
+++ b/main/src/cgeo/geocaching/cgBase.java
@@ -704,7 +704,6 @@ public class cgBase {
return null;
}
// save full detailed caches
- sendLoadProgressDetail(handler, R.string.cache_dialog_offline_save_message);
cache.setListId(StoredList.TEMPORARY_LIST_ID);
cgeoapplication.getInstance().saveCache(cache, EnumSet.of(SaveFlag.SAVE_DB));
}