mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1072469 - Part 2: Call super in ActionBarViewFlipper.onAttachedToWindow. r=nalexander
This commit is contained in:
parent
c1ed87533d
commit
f9ecf00426
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user