Merge "Add NPE check for prediction controller" into rvc-dev am: f8e12b78bf

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12001481

Change-Id: Ibfd144b7208099e3ed50530cd1e7b948c3eb7b80
This commit is contained in:
TreeHugger Robot
2020-06-26 19:53:41 +00:00
committed by Automerger Merge Worker
@@ -101,7 +101,8 @@ public class QuickstepOnboardingPrefs extends OnboardingPrefs<BaseQuickstepLaunc
});
}
if (!hasReachedMaxCount(HOTSEAT_DISCOVERY_TIP_COUNT)) {
if (FeatureFlags.ENABLE_HYBRID_HOTSEAT.get() && !hasReachedMaxCount(
HOTSEAT_DISCOVERY_TIP_COUNT)) {
stateManager.addStateListener(new StateListener<LauncherState>() {
boolean mFromAllApps = false;