am 8457d491: Removing extra clear, load and bind of default workspace

* commit '8457d491bf1f3989ea2cf58f20b0ff4863a668a7':
  Removing extra clear, load and bind of default workspace
diff --git a/src/com/android/launcher3/LauncherClings.java b/src/com/android/launcher3/LauncherClings.java
index a2cce1a..6d84e2b 100644
--- a/src/com/android/launcher3/LauncherClings.java
+++ b/src/com/android/launcher3/LauncherClings.java
@@ -438,11 +438,8 @@
     }
 
     public void dismissMigrationClingUseDefault(View v) {
-        // Clear the workspace
-        LauncherModel model = mLauncher.getModel();
-        model.resetLoadedState(false, true);
-        model.startLoader(false, PagedView.INVALID_RESTORE_PAGE,
-                LauncherModel.LOADER_FLAG_CLEAR_WORKSPACE);
+        // Don't need to do anything special here. We've already loaded the default workspace,
+        // (which is the default loader behavior triggered from Launcher#onCreate.).
 
         // Disable the migration cling
         dismissMigrationCling();