aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index 1fc4486..0ac8461 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -1887,7 +1887,9 @@ public class cgeocaches extends AbstractListActivity {
setPriority(Thread.MIN_PRIORITY);
handler = handlerIn;
- this.listIdLD = listId;
+
+ // in case of online lists, set the list id to the standard list
+ this.listIdLD = Math.max(listId, StoredList.STANDARD_LIST_ID);
if (adapter != null) {
checked = adapter.getChecked();