Bug 1072469 - Part 2: Call super in ActionBarViewFlipper.onAttachedToWindow. r=nalexander

This commit is contained in:
Michael Comella 2014-10-03 18:02:11 -07:00
parent c1ed87533d
commit f9ecf00426

View File

@ -27,6 +27,8 @@ public class ActionBarViewFlipper extends GeckoViewFlipper {
@Override
public void onAttachedToWindow() {
super.onAttachedToWindow();
if (NewTabletUI.isEnabled(getContext())) {
final ViewGroup.LayoutParams lp = getLayoutParams();
lp.height = getResources().getDimensionPixelSize(R.dimen.new_tablet_browser_toolbar_height);