commit | f5f08628cc0129e92277d6ddfcf6ae680887573d | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Wed Jun 19 17:01:51 2013 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Wed Jun 19 17:01:51 2013 -0700 |
tree | 505fdaa414b2d44b8b35915bfb8f733fa526366f | |
parent | 7f37c30b713e29494f00c85916fc4fee246f2936 [diff] |
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
diff --git a/src/com/android/settings/applications/ManageApplications.java b/src/com/android/settings/applications/ManageApplications.java index a223e20..7ec01aa 100644 --- a/src/com/android/settings/applications/ManageApplications.java +++ b/src/com/android/settings/applications/ManageApplications.java
@@ -943,8 +943,8 @@ public void onResume() { super.onResume(); mActivityResumed = true; - updateNumTabs(); updateCurrentTab(mViewPager.getCurrentItem()); + updateNumTabs(); updateOptionsMenu(); }