Bug 823317 - Close All Tabs does not close the tabs tray, r=bnicholson

This commit is contained in:
Mark Capella 2013-01-01 16:03:41 -05:00
parent 90c9997e1f
commit 1b1622a0c4

View File

@ -247,6 +247,7 @@ public class TabsPanel extends TabHost
for (Tab tab : Tabs.getInstance().getTabsInOrder()) {
Tabs.getInstance().closeTab(tab);
}
autoHidePanel();
return true;
case R.id.new_tab: