Merge "[AllAppsSearch] Update AllAppsSearch interface to expose the activity to the plugin" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-01 23:08:00 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 3 deletions

View File

@@ -281,7 +281,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