Bug 943742 - Swiping closed non-selected tabs from tray leaves TabCounter incorrect in current screen, r=rnewman

This commit is contained in:
Mark Capella 2013-11-27 15:03:25 -05:00
parent ff63c3496b
commit 1cf4f993ca

View File

@ -545,6 +545,7 @@ public class BrowserToolbar extends GeckoRelativeLayout
switch (msg) {
case ADDED:
case CLOSED:
updateTabCount(tabs.getDisplayCount());
break;
case RESTORED: