Add "FILTER_NOT_HIDE" for all app filters.

am: d785a8db78

Change-Id: I779bc9de3e094c80c1749ac65acb932dc251f451
This commit is contained in:
jackqdyulei
2016-10-06 20:28:52 +00:00
committed by android-build-merger

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,