Merge "Expose the LauncherModel ModelDelegate" into sc-dev

This commit is contained in:
Andy Wickham
2021-04-14 01:10:16 +00:00
committed by Android (Google) Code Review
@@ -130,6 +130,10 @@ public class LauncherModel extends LauncherApps.Callback implements InstallSessi
mModelDelegate = ModelDelegate.newInstance(context, app, mBgAllAppsList, mBgDataModel);
}
public ModelDelegate getModelDelegate() {
return mModelDelegate;
}
/**
* Adds the provided items to the workspace.
*/