aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-11 21:03:17 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-11 21:03:17 +0200
commit5ed79ef276880358dcb88c103a507c9dbf5ef61c (patch)
tree52b94075e7b58624312cfe85230d2fe8c1d48578
parent42eeba572c87cb08cd71ffbaef51d58af163e873 (diff)
downloadcgeo-5ed79ef276880358dcb88c103a507c9dbf5ef61c.zip
cgeo-5ed79ef276880358dcb88c103a507c9dbf5ef61c.tar.gz
cgeo-5ed79ef276880358dcb88c103a507c9dbf5ef61c.tar.bz2
fix #3814: enable list menu after leaving history
-rw-r--r--main/src/cgeo/geocaching/CacheListActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/CacheListActivity.java b/main/src/cgeo/geocaching/CacheListActivity.java
index 934abf1..5a385a2 100644
--- a/main/src/cgeo/geocaching/CacheListActivity.java
+++ b/main/src/cgeo/geocaching/CacheListActivity.java
@@ -1323,6 +1323,7 @@ public class CacheListActivity extends AbstractListActivity implements FilteredA
listId = list.id;
title = list.title;
+ type = CacheListType.OFFLINE;
Settings.saveLastList(listId);