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:
commit
81eca46952
|
@ -4993,7 +4993,7 @@ public class Launcher extends Activity
|
|||
if (mModel.canMigrateFromOldLauncherDb(this)) {
|
||||
launcherClings.showMigrationCling();
|
||||
} else {
|
||||
launcherClings.showLongPressCling(false);
|
||||
launcherClings.showLongPressCling(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue