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
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