aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-18 07:57:12 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-18 07:57:12 +0200
commit5fcce648e200669f1ae0875c7aea9dc3a4a37574 (patch)
treef3741fdf0c8fcb6e6728fa49d61af7ea6c7f1aaa /main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
parent6b2972bfd1fdc14cd84f78e3674e97b46675345d (diff)
parent786eccacbb285696d504d08ba02c61400ce063a2 (diff)
downloadcgeo-5fcce648e200669f1ae0875c7aea9dc3a4a37574.zip
cgeo-5fcce648e200669f1ae0875c7aea9dc3a4a37574.tar.gz
cgeo-5fcce648e200669f1ae0875c7aea9dc3a4a37574.tar.bz2
Merge remote-tracking branch 'schwabe/actionbar_pullrequest'
Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java')
-rw-r--r--main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java b/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
index a98241f..8a1bad6 100644
--- a/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
+++ b/main/src/cgeo/geocaching/maps/google/GoogleMapActivity.java
@@ -1,5 +1,6 @@
package cgeo.geocaching.maps.google;
+import cgeo.geocaching.activity.ActivityMixin;
import cgeo.geocaching.activity.FilteredActivity;
import cgeo.geocaching.maps.AbstractMap;
import cgeo.geocaching.maps.CGeoMap;
@@ -97,6 +98,11 @@ public class GoogleMapActivity extends MapActivity implements MapActivityImpl, F
}
@Override
+ public void goHome(View view) {
+ ActivityMixin.navigateToMain(this);
+ }
+
+ @Override
public void superOnResume() {
super.onResume();
}
@@ -116,12 +122,6 @@ public class GoogleMapActivity extends MapActivity implements MapActivityImpl, F
return super.onPrepareOptionsMenu(menu);
}
- // close activity and open homescreen
- @Override
- public void goHome(View view) {
- mapBase.goHome(view);
- }
-
@Override
public void showFilterMenu(View view) {
// do nothing, the filter bar only shows the global filter