aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CachePopup.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/CachePopup.java')
-rw-r--r--main/src/cgeo/geocaching/CachePopup.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/CachePopup.java b/main/src/cgeo/geocaching/CachePopup.java
index f1eb8ad..471e9af 100644
--- a/main/src/cgeo/geocaching/CachePopup.java
+++ b/main/src/cgeo/geocaching/CachePopup.java
@@ -75,7 +75,7 @@ public class CachePopup extends AbstractPopupActivity {
@Override
protected void showNavigationMenu() {
- NavigationAppFactory.showNavigationMenu(app.currentGeo(), this, cache, null, null);
+ NavigationAppFactory.showNavigationMenu(this, cache, null, null);
}
@Override
@@ -218,7 +218,7 @@ public class CachePopup extends AbstractPopupActivity {
return;
}
- NavigationAppFactory.startDefaultNavigationApplication(app.currentGeo(), this, cache, null, null);
+ NavigationAppFactory.startDefaultNavigationApplication(this, cache, null, null);
}
/**
@@ -230,7 +230,7 @@ public class CachePopup extends AbstractPopupActivity {
showToast(res.getString(R.string.cache_coordinates_no));
return;
}
- NavigationAppFactory.startDefaultNavigationApplication2(app.currentGeo(), this, cache, null, null);
+ NavigationAppFactory.startDefaultNavigationApplication2(this, cache, null, null);
finish();
}