mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Remove Hotseat Education from Large Screens" into udc-dev am: 0704595a99
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23590297 Change-Id: Ic71282a4ccfd32fecc8e30eabfafffb11d93efd2 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