Merge "Fix: First run cling shoud show 'Welcome' when there is no migration cling" into ub-now-porkchop
This commit is contained in:
@@ -4993,7 +4993,7 @@ public class Launcher extends Activity
|
||||
if (mModel.canMigrateFromOldLauncherDb(this)) {
|
||||
launcherClings.showMigrationCling();
|
||||
} else {
|
||||
launcherClings.showLongPressCling(false);
|
||||
launcherClings.showLongPressCling(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user