From 59b2706eed22dd8db86e38c3563a45b4cf9ea7de Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 18 May 2014 15:08:31 +0200 Subject: show about when clicking home in main activity --- main/src/cgeo/geocaching/MainActivity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/src/cgeo/geocaching/MainActivity.java b/main/src/cgeo/geocaching/MainActivity.java index 59a0614..473d870 100644 --- a/main/src/cgeo/geocaching/MainActivity.java +++ b/main/src/cgeo/geocaching/MainActivity.java @@ -291,7 +291,8 @@ public class MainActivity extends AbstractActionBarActivity { final int id = item.getItemId(); switch (id) { case android.R.id.home: - // do nothing in case of home button click + // this activity must handle the home navigation different than all others + showAbout(null); return true; case R.id.menu_about: showAbout(null); -- cgit v1.1