diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocaches.java')
-rw-r--r-- | main/src/cgeo/geocaching/cgeocaches.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java index aa90336..0e5983f 100644 --- a/main/src/cgeo/geocaching/cgeocaches.java +++ b/main/src/cgeo/geocaching/cgeocaches.java @@ -722,7 +722,7 @@ public class cgeocaches extends AbstractListActivity { } // refresh standard list if it has changed (new caches downloaded) - if (type == CacheListType.OFFLINE && listId == StoredList.STANDARD_LIST_ID && search != null) { + if (type == CacheListType.OFFLINE && listId >= StoredList.STANDARD_LIST_ID && search != null) { SearchResult newSearch = cgBase.searchByOffline(coords, cacheType, listId); if (newSearch != null && newSearch.totalCnt != search.totalCnt) { refreshCurrentList(); |