Merge "Update call to use new method name."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6bcd0ec1fa
@@ -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;
|
||||||
|
Reference in New Issue
Block a user