[AllAppsSearch] Update AllAppsSearch interface to expose the activity to the plugin

Tested=Locally

Change-Id: I8986eb50fea2091d8a1aea3cc1c5ee58e3692bc6
This commit is contained in:
Hilary Huo
2020-04-28 16:34:42 -07:00
parent a39544d562
commit 7874996823
2 changed files with 4 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ public class AllAppsTransitionController implements StateHandler, OnDeviceProfil
R.layout.all_apps_content_layout, mAppsView, false);
mAppsView.addView(mPluginContent);
mPluginContent.setAlpha(0f);
mPlugin.setup((ViewGroup) mPluginContent);
mPlugin.setup((ViewGroup) mPluginContent, mLauncher);
}
@Override