diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-11 21:03:17 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-11 21:03:17 +0200 |
| commit | 5ed79ef276880358dcb88c103a507c9dbf5ef61c (patch) | |
| tree | 52b94075e7b58624312cfe85230d2fe8c1d48578 | |
| parent | 42eeba572c87cb08cd71ffbaef51d58af163e873 (diff) | |
| download | cgeo-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.java | 1 |
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); |
