Merge "Add "FILTER_NOT_HIDE" for all app filters." into nyc-mr1-dev
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user