Update call to use new method name.
Test: See correct shadow behavior when scrolling app info. Change-Id: Ib6452f5caa42600330b934c50c30a42f303710ae
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user