From 6ecec01e7bace6c1dd8b375f259eb28c91093336 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 31 Jan 2019 08:19:21 -0800 Subject: [PATCH] Update call to use new method name. Test: See correct shadow behavior when scrolling app info. Change-Id: Ib6452f5caa42600330b934c50c30a42f303710ae --- src/com/android/settings/widget/EntityHeaderController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/widget/EntityHeaderController.java b/src/com/android/settings/widget/EntityHeaderController.java index 567217883a5..8e31290577e 100644 --- a/src/com/android/settings/widget/EntityHeaderController.java +++ b/src/com/android/settings/widget/EntityHeaderController.java @@ -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;