mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
[AllAppsSearch] Update AllAppsSearch interface to expose the activity to the plugin
Tested=Locally Change-Id: I8986eb50fea2091d8a1aea3cc1c5ee58e3692bc6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user