mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Disabling home screen migration logic
Change-Id: I506948852945bfb8ebd7a95fc951880ffe9a3e17
This commit is contained in:
@@ -1758,8 +1758,7 @@ public class LauncherModel extends BroadcastReceiver
|
||||
int countX = (int) profile.numColumns;
|
||||
int countY = (int) profile.numRows;
|
||||
|
||||
|
||||
if (MigrateFromRestoreTask.shouldRunTask(mContext)) {
|
||||
if (MigrateFromRestoreTask.ENABLED && MigrateFromRestoreTask.shouldRunTask(mContext)) {
|
||||
long migrationStartTime = System.currentTimeMillis();
|
||||
Log.v(TAG, "Starting workspace migration after restore");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user