diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-01-06 15:07:45 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-01-06 15:07:45 +0100 |
| commit | c80fdade78ba0d5a693f823ff0d0ae2d512656ce (patch) | |
| tree | 3b16439021fac0bbc04203f98c67c74179a712a9 | |
| parent | afa01f7267f35acfa2f13d80ff0a6d864aa47e83 (diff) | |
| parent | 4c5ef68f45a2b35537b89f857c1aa9fcb117ae83 (diff) | |
| download | cgeo-c80fdade78ba0d5a693f823ff0d0ae2d512656ce.zip cgeo-c80fdade78ba0d5a693f823ff0d0ae2d512656ce.tar.gz cgeo-c80fdade78ba0d5a693f823ff0d0ae2d512656ce.tar.bz2 | |
Merge branch 'release' into upstream
| -rw-r--r-- | main/src/cgeo/geocaching/CacheListActivity.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/CacheListActivity.java b/main/src/cgeo/geocaching/CacheListActivity.java index 223493b..85972be 100644 --- a/main/src/cgeo/geocaching/CacheListActivity.java +++ b/main/src/cgeo/geocaching/CacheListActivity.java @@ -93,7 +93,6 @@ public class CacheListActivity extends AbstractListActivity implements FilteredA private static final int MAX_LIST_ITEMS = 1000; private static final int MSG_DONE = -1; - private static final int MSG_RESTART_GEO_AND_DIR = -2; private static final int MSG_CANCEL = -99; private static final int REQUEST_CODE_IMPORT_GPX = 1; @@ -292,8 +291,6 @@ public class CacheListActivity extends AbstractListActivity implements FilteredA if (threadDetails != null) { threadDetails.kill(); } - } else if (msg.what == MSG_RESTART_GEO_AND_DIR) { - startGeoAndDir(); } else { if (search != null) { final Set<Geocache> cacheListTmp = search.getCachesFromSearchResult(LoadFlags.LOAD_CACHE_OR_DB); @@ -1158,7 +1155,6 @@ public class CacheListActivity extends AbstractListActivity implements FilteredA } } - handler.sendEmptyMessage(MSG_RESTART_GEO_AND_DIR); handler.sendEmptyMessage(MSG_DONE); } |
