diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-05-06 10:48:29 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-05-06 10:48:29 +0200 |
| commit | 8ecf061ae07dd335017dbfd73727aecf61d6ea91 (patch) | |
| tree | 77b2c49e01e3d7e06d61e64e78700b3bed52e449 /main/src/cgeo/geocaching/cgeocaches.java | |
| parent | c5e42735b99baaebbc41e697ff716189821cd02c (diff) | |
| download | cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.zip cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.tar.gz cgeo-8ecf061ae07dd335017dbfd73727aecf61d6ea91.tar.bz2 | |
refactoring: remove some of the TODOs
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocaches.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgeocaches.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java index db63114..4292fef 100644 --- a/main/src/cgeo/geocaching/cgeocaches.java +++ b/main/src/cgeo/geocaching/cgeocaches.java @@ -1086,7 +1086,7 @@ public class cgeocaches extends AbstractListActivity implements IObserver<Object final int id = item.getItemId(); switch (id) { case MENU_DEFAULT_NAVIGATION: - NavigationAppFactory.startDefaultNavigationApplication(this, cache, null, null); + NavigationAppFactory.startDefaultNavigationApplication(1, this, cache); break; case MENU_NAVIGATION: NavigationAppFactory.showNavigationMenu(this, cache, null, null); |
