mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1204917 - Remove Nightly flag for back button in tabs tray. r=margaret
This commit is contained in:
parent
ff65d80026
commit
69f95dd119
@ -164,7 +164,6 @@ public class TabsPanel extends LinearLayout
|
||||
}
|
||||
});
|
||||
|
||||
if (AppConstants.NIGHTLY_BUILD || HardwareUtils.isTablet()) {
|
||||
ViewStub backButtonStub = (ViewStub) findViewById(R.id.nav_back_stub);
|
||||
mNavBackButton = (ImageButton) backButtonStub.inflate( );
|
||||
mNavBackButton.setOnClickListener(new Button.OnClickListener() {
|
||||
@ -174,7 +173,6 @@ public class TabsPanel extends LinearLayout
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
public void showMenu() {
|
||||
final Menu menu = mPopupMenu.getMenu();
|
||||
|
Loading…
Reference in New Issue
Block a user