Merge "Expose the LauncherModel ModelDelegate" into sc-dev
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user