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