Loading quickstep/src/com/android/quickstep/util/QuickstepOnboardingPrefs.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -78,7 +78,8 @@ public class QuickstepOnboardingPrefs extends OnboardingPrefs<QuickstepLauncher> public void onStateTransitionComplete(LauncherState finalState) { public void onStateTransitionComplete(LauncherState finalState) { HotseatPredictionController client = mLauncher.getHotseatPredictionController(); HotseatPredictionController client = mLauncher.getHotseatPredictionController(); if (mFromAllApps && finalState == NORMAL && client.hasPredictions()) { if (mFromAllApps && finalState == NORMAL && client.hasPredictions()) { if (incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) { if (!mLauncher.getDeviceProfile().isTablet && incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) { client.showEdu(); client.showEdu(); stateManager.removeStateListener(this); stateManager.removeStateListener(this); } } Loading Loading
quickstep/src/com/android/quickstep/util/QuickstepOnboardingPrefs.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -78,7 +78,8 @@ public class QuickstepOnboardingPrefs extends OnboardingPrefs<QuickstepLauncher> public void onStateTransitionComplete(LauncherState finalState) { public void onStateTransitionComplete(LauncherState finalState) { HotseatPredictionController client = mLauncher.getHotseatPredictionController(); HotseatPredictionController client = mLauncher.getHotseatPredictionController(); if (mFromAllApps && finalState == NORMAL && client.hasPredictions()) { if (mFromAllApps && finalState == NORMAL && client.hasPredictions()) { if (incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) { if (!mLauncher.getDeviceProfile().isTablet && incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) { client.showEdu(); client.showEdu(); stateManager.removeStateListener(this); stateManager.removeStateListener(this); } } Loading