Bug 972327 - Inflate actionmode items on startup for tablets. r=mfinkle

This commit is contained in:
Wesley Johnston 2014-02-13 20:43:00 -08:00
parent af145741c8
commit 36139c6bf2

View File

@ -890,6 +890,12 @@ abstract public class BrowserApp extends GeckoApp
// Intercept key events for gamepad shortcuts
mLayerView.setOnKeyListener(this);
// Initialize the actionbar menu items on startup for both large and small tablets
if (HardwareUtils.isTablet()) {
onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, null);
invalidateOptionsMenu();
}
}
private void shareCurrentUrl() {