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

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

am 5da4c907: Merge "Fix issue #9486022: Disabled Apps column doesn\'t always...

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

* commit '5da4c907':
  Fix issue #9486022: Disabled Apps column doesn't always show up in Manage Apps
parents 178baecf 5da4c907
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();
    }