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

* commit '2e9eb2a6a0995aa94248b9b230fefc92feec6b1f':
  Fix: First run cling shoud show 'Welcome' when there is no migration cling
This commit is contained in:
Sunny Goyal 2014-09-19 18:15:58 +00:00 committed by Android Git Automerger
commit 81eca46952
1 changed files with 1 additions and 1 deletions

View File

@ -4993,7 +4993,7 @@ public class Launcher extends Activity
if (mModel.canMigrateFromOldLauncherDb(this)) {
launcherClings.showMigrationCling();
} else {
launcherClings.showLongPressCling(false);
launcherClings.showLongPressCling(true);
}
}
}