aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormucek4 <tomaz@gorenc.org>2011-09-15 14:11:17 +0200
committermucek4 <tomaz@gorenc.org>2011-09-15 14:11:17 +0200
commit5e69149eb306e5f43c7339c68b88dd5b3312010c (patch)
tree58ddc1678eba83783ff6161eb19cbfd5c41e4481 /src
parent6e02f9ed6e13ad42b34eb066740b20cf7bda803f (diff)
parentb054e1aecc163c3039875cf1528746768f0e7504 (diff)
downloadcgeo-5e69149eb306e5f43c7339c68b88dd5b3312010c.zip
cgeo-5e69149eb306e5f43c7339c68b88dd5b3312010c.tar.gz
cgeo-5e69149eb306e5f43c7339c68b88dd5b3312010c.tar.bz2
Merge branch 'release_20110915'
Diffstat (limited to 'src')
-rw-r--r--src/cgeo/geocaching/cgeo.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cgeo/geocaching/cgeo.java b/src/cgeo/geocaching/cgeo.java
index 7ace2ed..59757f7 100644
--- a/src/cgeo/geocaching/cgeo.java
+++ b/src/cgeo/geocaching/cgeo.java
@@ -700,11 +700,6 @@ public class cgeo extends AbstractActivity {
@Override
public void run() {
if (app == null) {
- if (app.showLoginToast) {
- firstLoginHandler.sendEmptyMessage(-1);
- } else {
- app.showLoginToast = false;
- }
return;
}
@@ -716,7 +711,6 @@ public class cgeo extends AbstractActivity {
if (app.showLoginToast) {
firstLoginHandler.sendEmptyMessage(status);
- } else {
app.showLoginToast = false;
}
}