commit | ccd78601a934cf1ffafe5854a1d465c273727f69 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Nov 10 17:57:54 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 10 17:57:54 2011 -0800 |
tree | 4fa5045676821c736a2eb1a59e0ad7b027cc95c0 | |
parent | d14c0ea21d6bebd4c6882d449c896de9db5059a8 [diff] | |
parent | c0b64c808a9161703f754679d5c4dec3a5ed27fe [diff] |
Merge "Set home button enabled" into ics-mr1
diff --git a/src/com/android/browser/ComboViewActivity.java b/src/com/android/browser/ComboViewActivity.java index ae49898..2d382cb 100644 --- a/src/com/android/browser/ComboViewActivity.java +++ b/src/com/android/browser/ComboViewActivity.java
@@ -63,6 +63,7 @@ if (BrowserActivity.isTablet(this)) { bar.setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME | ActionBar.DISPLAY_USE_LOGO); + bar.setHomeButtonEnabled(true); } else { bar.setDisplayOptions(0); }