diff options
author | SammysHP <sven@sammyshp.de> | 2012-01-03 13:44:43 +0100 |
---|---|---|
committer | SammysHP <sven@sammyshp.de> | 2012-01-03 13:44:43 +0100 |
commit | 28744d3028aa73e8fa85f4ae3eace87f61946dc0 (patch) | |
tree | 743aca6cf1761c0ddfaeb1b8f1230bd082da0dcd /main/src/cgeo/geocaching/VisitCacheActivity.java | |
parent | a6738ca8b90c74456fa0313e96fd1f30f4242f5d (diff) | |
download | cgeo-28744d3028aa73e8fa85f4ae3eace87f61946dc0.zip cgeo-28744d3028aa73e8fa85f4ae3eace87f61946dc0.tar.gz cgeo-28744d3028aa73e8fa85f4ae3eace87f61946dc0.tar.bz2 |
Don't show "can't load log data"-toast twice in VisitCacheActivity
Diffstat (limited to 'main/src/cgeo/geocaching/VisitCacheActivity.java')
-rw-r--r-- | main/src/cgeo/geocaching/VisitCacheActivity.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/VisitCacheActivity.java b/main/src/cgeo/geocaching/VisitCacheActivity.java index be36c0a..eb09d4c 100644 --- a/main/src/cgeo/geocaching/VisitCacheActivity.java +++ b/main/src/cgeo/geocaching/VisitCacheActivity.java @@ -80,8 +80,6 @@ public class VisitCacheActivity extends AbstractActivity implements DateDialog.D } if (cgBase.isEmpty(viewstates) && attempts < 2) { - showToast(res.getString(R.string.err_log_load_data_again)); - final LoadDataThread thread; thread = new LoadDataThread(); thread.start(); |