Merge "Add "FILTER_NOT_HIDE" for all app filters." into nyc-mr1-dev

This commit is contained in:
Lei Yu
2016-10-04 19:51:22 +00:00
committed by Android (Google) Code Review

View File

@@ -887,6 +887,8 @@ public class ManageApplications extends InstrumentedFragment
comparatorObj = ApplicationsState.ALPHA_COMPARATOR; comparatorObj = ApplicationsState.ALPHA_COMPARATOR;
break; break;
} }
filterObj = new CompoundFilter(filterObj, ApplicationsState.FILTER_NOT_HIDE);
AppFilter finalFilterObj = filterObj; AppFilter finalFilterObj = filterObj;
mBgHandler.post(() -> { mBgHandler.post(() -> {
final ArrayList<AppEntry> entries = mSession.rebuild(finalFilterObj, final ArrayList<AppEntry> entries = mSession.rebuild(finalFilterObj,