Merge "Update call to use new method name."

This commit is contained in:
TreeHugger Robot
2019-02-01 15:50:51 +00:00
committed by Android (Google) Code Review

View File

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