Update call to use new method name.

Test: See correct shadow behavior when scrolling app info.
Change-Id: Ib6452f5caa42600330b934c50c30a42f303710ae
This commit is contained in:
Joel Galenson
2019-01-31 08:19:21 -08:00
parent b73db4c988
commit 6ecec01e7b

View File

@@ -322,7 +322,7 @@ public class EntityHeaderController {
Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark))); Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark)));
actionBar.setElevation(0); actionBar.setElevation(0);
if (mRecyclerView != null && mLifecycle != null) { if (mRecyclerView != null && mLifecycle != null) {
ActionBarShadowController.attachToRecyclerView(mActivity, mLifecycle, mRecyclerView); ActionBarShadowController.attachToView(mActivity, mLifecycle, mRecyclerView);
} }
return this; return this;