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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/CachePopup.java b/main/src/cgeo/geocaching/CachePopup.java
index 683ebe7..020c604 100644
--- a/main/src/cgeo/geocaching/CachePopup.java
+++ b/main/src/cgeo/geocaching/CachePopup.java
@@ -71,7 +71,7 @@ public class CachePopup extends AbstractPopupActivity {
}
@Override
- protected void showNavigationMenu() {
+ public void showNavigationMenu() {
NavigationAppFactory.showNavigationMenu(this, cache, null, null);
}
@@ -216,7 +216,7 @@ public class CachePopup extends AbstractPopupActivity {
}
@Override
- protected void navigateTo() {
+ public void navigateTo() {
NavigationAppFactory.startDefaultNavigationApplication(1, this, cache);
}