Fix issue #9486022: Disabled Apps column doesn't always show up in Manage Apps

We need to resume the current tab before checking to see if
there are any disabled apps and deciding from that the number
of tabs to show.

Change-Id: I95037f15ff7a97f0234143d10ebcee79224a3114
This commit is contained in:
Dianne Hackborn
2013-06-19 17:01:51 -07:00
parent 7f37c30b71
commit f5f08628cc

View File

@@ -943,8 +943,8 @@ public class ManageApplications extends Fragment implements
public void onResume() {
super.onResume();
mActivityResumed = true;
updateNumTabs();
updateCurrentTab(mViewPager.getCurrentItem());
updateNumTabs();
updateOptionsMenu();
}