Merge "Remove Hotseat Education from Large Screens" into udc-dev am: 0704595a99 am: c457d85fec am: a8aefb6e14
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23590297 Change-Id: I96617ef3556b23f51d7380466aa7bb89d14f05cd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -78,7 +78,8 @@ public class QuickstepOnboardingPrefs extends OnboardingPrefs<QuickstepLauncher>
|
||||
public void onStateTransitionComplete(LauncherState finalState) {
|
||||
HotseatPredictionController client = mLauncher.getHotseatPredictionController();
|
||||
if (mFromAllApps && finalState == NORMAL && client.hasPredictions()) {
|
||||
if (incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) {
|
||||
if (!mLauncher.getDeviceProfile().isTablet
|
||||
&& incrementEventCount(HOTSEAT_DISCOVERY_TIP_COUNT)) {
|
||||
client.showEdu();
|
||||
stateManager.removeStateListener(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user