Merge "Fix switching running/cached apps with memory bar"
This commit is contained in:
@@ -1085,6 +1085,7 @@ public class ManageApplications extends Fragment implements
|
||||
mOptionsMenu.findItem(SHOW_RUNNING_SERVICES).setVisible(showingBackground);
|
||||
mOptionsMenu.findItem(SHOW_BACKGROUND_PROCESSES).setVisible(!showingBackground);
|
||||
mOptionsMenu.findItem(RESET_APP_PREFERENCES).setVisible(false);
|
||||
mShowBackground = showingBackground;
|
||||
} else {
|
||||
mOptionsMenu.findItem(SORT_ORDER_ALPHA).setVisible(mSortOrder != SORT_ORDER_ALPHA);
|
||||
mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(mSortOrder != SORT_ORDER_SIZE);
|
||||
|
Reference in New Issue
Block a user