Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef2cfa7a authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 7f74dea7: am 67571084: am 5da4c907: Merge "Fix issue #9486022: Disabled...

am 7f74dea7: am 67571084: am 5da4c907: Merge "Fix issue #9486022: Disabled Apps column doesn\'t always show up in Manage Apps" into jb-mr2-dev

* commit '7f74dea7':
  Fix issue #9486022: Disabled Apps column doesn't always show up in Manage Apps
parents 02cc36b3 7f74dea7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -943,8 +943,8 @@ public class ManageApplications extends Fragment implements
    public void onResume() {
        super.onResume();
        mActivityResumed = true;
        updateNumTabs();
        updateCurrentTab(mViewPager.getCurrentItem());
        updateNumTabs();
        updateOptionsMenu();
    }