Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)

Change-Id: Ia5f0cea7a3b8bd0a972ec3ea2fadc72eb0f7689a
This commit is contained in:
Winson Chung
2011-10-19 15:24:49 -07:00
parent d3357b186d
commit 4b0ed8c09e
2 changed files with 18 additions and 17 deletions

View File

@@ -75,8 +75,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
}
void selectWidgetsTab() {
setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
mAppsCustomizePane.setCurrentPageToWidgets();
setCurrentTabByTag(WIDGETS_TAB_TAG);
}