am 92e97dcc: Merge "Fix: First run cling shoud show \'Welcome\' when there is no migration cling" into ub-now-porkchop

* commit '92e97dccab3d7016e0740648e1d467e37a42f3f8':
  Fix: First run cling shoud show 'Welcome' when there is no migration cling
This commit is contained in:
Sunny Goyal
2014-09-19 18:09:53 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -4993,7 +4993,7 @@ public class Launcher extends Activity
if (mModel.canMigrateFromOldLauncherDb(this)) {
launcherClings.showMigrationCling();
} else {
launcherClings.showLongPressCling(false);
launcherClings.showLongPressCling(true);
}
}
}