Merge "Not freezing All Apps during user interactions" into ub-launcher3-qt-qpr1-dev

am: 94dcb3b5bf

Change-Id: I110730f8abb1d63c363aba9939799570bea69f07
This commit is contained in:
Vadim Tryshev
2019-08-22 17:32:16 -07:00
committed by android-build-merger
2 changed files with 1 additions and 19 deletions
@@ -41,10 +41,8 @@ public class AllAppsStore {
// Defer updates flag used to defer all apps updates to the next draw.
public static final int DEFER_UPDATES_NEXT_DRAW = 1 << 0;
// Defer updates flag used to defer all apps updates while the user interacts with all apps.
public static final int DEFER_UPDATES_USER_INTERACTION = 1 << 1;
// Defer updates flag used to defer all apps updates by a test's request.
public static final int DEFER_UPDATES_TEST = 1 << 2;
public static final int DEFER_UPDATES_TEST = 1 << 1;
private PackageUserKey mTempKey = new PackageUserKey(null, null);
private AppInfo mTempInfo = new AppInfo();