diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-07 20:03:29 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-07 20:03:56 +0200 |
| commit | 0726be7130feda75973101aa8ff94eaf80163fcc (patch) | |
| tree | 61d419028284e6c5d426249faadedf731368ae7b /main/src/cgeo/geocaching/VisitCacheActivity.java | |
| parent | 558631036998333e221d7be5466c0a5c5b01f9c0 (diff) | |
| download | cgeo-0726be7130feda75973101aa8ff94eaf80163fcc.zip cgeo-0726be7130feda75973101aa8ff94eaf80163fcc.tar.gz cgeo-0726be7130feda75973101aa8ff94eaf80163fcc.tar.bz2 | |
refactoring: simplify log types handling
Diffstat (limited to 'main/src/cgeo/geocaching/VisitCacheActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/VisitCacheActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/VisitCacheActivity.java b/main/src/cgeo/geocaching/VisitCacheActivity.java index 864ebf8..198186c 100644 --- a/main/src/cgeo/geocaching/VisitCacheActivity.java +++ b/main/src/cgeo/geocaching/VisitCacheActivity.java @@ -110,7 +110,6 @@ public class VisitCacheActivity extends AbstractLoggingActivity implements DateD viewstates = Login.getViewstates(page); trackables = GCParser.parseTrackableLog(page); possibleLogTypes = GCParser.parseTypes(page); - possibleLogTypes.remove(LogType.UPDATE_COORDINATES); if (possibleLogTypes.isEmpty()) { showErrorLoadingData(); |
